summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5.hin6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 360e233c4..8d9d2d139 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1663,9 +1663,15 @@ krb5_error_code KRB5_CALLCONV krb5_kt_default_name
krb5_error_code KRB5_CALLCONV krb5_kt_default
(krb5_context,
krb5_keytab * );
+krb5_error_code KRB5_CALLCONV krb5_free_keytab_entry_contents
+ (krb5_context,
+ krb5_keytab_entry * );
+#if KRB5_PRIVATE
+/* use krb5_kt_free_entry_contents instead */
krb5_error_code KRB5_CALLCONV krb5_kt_free_entry
(krb5_context,
krb5_keytab_entry * );
+#endif
/* remove and add are functions, so that they can return NOWRITE
if not a writable keytab */
krb5_error_code KRB5_CALLCONV krb5_kt_remove_entry