summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/ChangeLog6
-rw-r--r--src/include/k5-int.h5
-rw-r--r--src/include/krb5.hin5
3 files changed, 11 insertions, 5 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 473e86fcc..55759d70f 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 26 18:10:22 2000 Ezra Peisach <epeisach@mit.edu>
+
+ * krb5.hin: Move prototype for krb5_gen_replay_name()
+
+ * k5-int.h: from here.
+
2000-09-22 Ezra Peisach <epeisach@mit.edu>
* k5-util.h (krb5_setedid): Add prototype.
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index fe07edd18..e253ef2a7 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -519,11 +519,6 @@ krb5_error_code krb5_get_krbhst
krb5_error_code krb5_free_krbhst
KRB5_PROTOTYPE((krb5_context,
char * const * ));
-krb5_error_code krb5_gen_replay_name
- KRB5_PROTOTYPE((krb5_context,
- const krb5_address *,
- const char *,
- char **));
krb5_error_code krb5_create_secure_file
KRB5_PROTOTYPE((krb5_context,
const char * pathname));
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 92a0317df..3742c41e3 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -2186,6 +2186,11 @@ krb5_error_code krb5_gen_portaddr
const krb5_address *,
krb5_const_pointer,
krb5_address **));
+krb5_error_code krb5_gen_replay_name
+ KRB5_PROTOTYPE((krb5_context,
+ const krb5_address *,
+ const char *,
+ char **));
krb5_error_code krb5_make_fulladdr
KRB5_PROTOTYPE((krb5_context,
krb5_address *,