add declaration of krb5_cc_dfl_ops
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 11:27:17 +0000 (11:27 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 11:27:17 +0000 (11:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1016 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ccache.h

index 6459b6da23f100892bcaa4f19909d45e11dac355..7eb1abe8d9f64d199931a99f3cbc433828721869 100644 (file)
@@ -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__ */