From d772bfc51119b4a2f110a4a930c7a1c4420d9897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Dec 2007 17:15:00 +0000 Subject: [PATCH] Add krb5_cc_ops->default_name. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22100 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 2fb89923c..9e1ec9685 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -419,6 +419,7 @@ typedef struct krb5_cc_ops { krb5_error_code (*get_cache_next)(krb5_context, krb5_cc_cursor, krb5_ccache *); krb5_error_code (*end_cache_get)(krb5_context, krb5_cc_cursor); krb5_error_code (*move)(krb5_context, krb5_ccache, krb5_ccache); + krb5_error_code (*default_name)(krb5_context, char **); } krb5_cc_ops; struct krb5_log_facility;