summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-07-03 11:27:17 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-07-03 11:27:17 +0000
commit203a2c9189a510bfab50a915e911aeb4451cdc4b (patch)
tree4dabb2b1a8011676d151120a677c95a1f274ddba /src/include
parent3a9717fb19d53d4275949a2cace57237c77fd2f0 (diff)
add declaration of krb5_cc_dfl_ops
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1016 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ccache.h2
1 files changed, 2 insertions, 0 deletions
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__ */