Fix missed pullup of kt_free_entry -> free_keytab_entry_contents
authorTom Yu <tlyu@mit.edu>
Tue, 18 Jun 2002 14:28:06 +0000 (14:28 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 18 Jun 2002 14:28:06 +0000 (14:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14529 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5.hin

index 360e233c4b4ab6741b223dddf48f41052ab179b8..8d9d2d13984bcff60bef1d9e2c6294a364d183e3 100644 (file)
@@ -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