From 203a2c9189a510bfab50a915e911aeb4451cdc4b Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 3 Jul 1990 11:27:17 +0000 Subject: [PATCH] add declaration of krb5_cc_dfl_ops git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1016 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ccache.h | 2 ++ 1 file changed, 2 insertions(+) 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__ */ -- 2.26.2