From 6b69d246d149b2dc5997944185ae38e9d8d5affc Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 3 Jul 1990 11:50:43 +0000 Subject: [PATCH] add declaration of krb5_kt_dfl_ops git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1020 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/keytab.h | 3 +++ 1 file changed, 3 insertions(+) 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__ */ -- 2.26.2