aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-12-12 21:00:49 +0000
committerTom Yu <tlyu@mit.edu>2002-12-12 21:00:49 +0000
commitf598347300f012130c0edb4bda19146439fcb6b8 (patch)
tree5882e9ec163d30ad409a484a1df177129d5591e8 /src/include
parentcfb48386e0ce11bd5ae261a4a8e8a6a0c705c817 (diff)
downloadkrb5-f598347300f012130c0edb4bda19146439fcb6b8.zip
krb5-f598347300f012130c0edb4bda19146439fcb6b8.tar.gz
krb5-f598347300f012130c0edb4bda19146439fcb6b8.tar.bz2
* krb5.hin: Update comment on krb5_kt_free_entry prototype to
point at the correct recommended function. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15044 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/krb5.hin2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 06c7f16..90cee6c 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-12 Tom Yu <tlyu@mit.edu>
+
+ * krb5.hin: Update comment on krb5_kt_free_entry prototype to
+ point at the correct recommended function.
+
2002-12-06 Tom Yu <tlyu@mit.edu>
* k5-int.h: Update prototype of krb5int_locate_server() to take
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index a1fb926..78bd1e0 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1680,7 +1680,7 @@ 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 */
+/* use krb5_free_keytab_entry_contents instead */
krb5_error_code KRB5_CALLCONV krb5_kt_free_entry
(krb5_context,
krb5_keytab_entry * );