From: John Kohl Date: Tue, 3 Jul 1990 11:50:43 +0000 (+0000) Subject: add declaration of krb5_kt_dfl_ops X-Git-Tag: krb5-1.0-alpha2~391 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6b69d246d149b2dc5997944185ae38e9d8d5affc;p=krb5.git add declaration of krb5_kt_dfl_ops git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1020 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */