From: John Kohl Date: Tue, 3 Jul 1990 11:27:17 +0000 (+0000) Subject: add declaration of krb5_cc_dfl_ops X-Git-Tag: krb5-1.0-alpha2~395 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=203a2c9189a510bfab50a915e911aeb4451cdc4b;p=krb5.git add declaration of krb5_cc_dfl_ops git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1016 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index 6459b6da2..7eb1abe8d 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -69,4 +69,6 @@ typedef struct _krb5_cc_ops { #define krb5_cc_set_flags(cache, flags) (*(cache)->ops->set_flags)(cache, flags) #define krb5_cc_get_name(cache) (*(cache)->ops->get_name)(cache) +extern krb5_cc_ops krb5_cc_dfl_ops; + #endif /* KRB5_CCACHE__ */