add declaration of krb5_kt_dfl_ops
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 11:50:43 +0000 (11:50 +0000)
committerJohn 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

index c770731222d09efe4c9ee3a54e956d863a1eac8f..0ea2dbbe47deb3bcc9e9c5f174d1de3c60d95ae7 100644 (file)
@@ -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__ */