summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
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__ */