projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37438f2
)
add declaration of krb5_kt_dfl_ops
author
John Kohl
<jtkohl@mit.edu>
Tue, 3 Jul 1990 11:50:43 +0000
(11:50 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 3 Jul 1990 11:50:43 +0000
(11:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1020
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/keytab.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/keytab.h
b/src/include/krb5/keytab.h
index c770731222d09efe4c9ee3a54e956d863a1eac8f..0ea2dbbe47deb3bcc9e9c5f174d1de3c60d95ae7 100644
(file)
--- a/
src/include/krb5/keytab.h
+++ b/
src/include/krb5/keytab.h
@@
-70,4
+70,7
@@
typedef struct _krb5_kt_ops {
/* remove and add are functions, so that they can return NOWRITE
if not a writable keytab */
+
+extern krb5_kt_ops krb5_kt_dfl_ops;
+
#endif /* KRB5_KEYTAB__ */