projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a9717f
)
add declaration of krb5_cc_dfl_ops
author
John Kohl
<jtkohl@mit.edu>
Tue, 3 Jul 1990 11:27:17 +0000
(11:27 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/ccache.h
b/src/include/krb5/ccache.h
index 6459b6da23f100892bcaa4f19909d45e11dac355..7eb1abe8d9f64d199931a99f3cbc433828721869 100644
(file)
--- 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__ */