summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-07-03 11:50:43 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-07-03 11:50:43 +0000
commit6b69d246d149b2dc5997944185ae38e9d8d5affc (patch)
tree3ba8333884ff563d5d87c9938d85b0ec439b6083 /src/include
parent37438f243f34bf30ce0fe51aa4a373324d9f6eee (diff)
downloadkrb5-6b69d246d149b2dc5997944185ae38e9d8d5affc.tar.gz
krb5-6b69d246d149b2dc5997944185ae38e9d8d5affc.tar.xz
krb5-6b69d246d149b2dc5997944185ae38e9d8d5affc.zip
add declaration of krb5_kt_dfl_ops
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1020 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/keytab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/krb5/keytab.h b/src/include/krb5/keytab.h
index c77073122..0ea2dbbe4 100644
--- 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__ */