* krb5.hin: Move prototype for krb5_gen_replay_name()
authorEzra Peisach <epeisach@mit.edu>
Tue, 26 Sep 2000 22:12:43 +0000 (22:12 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 26 Sep 2000 22:12:43 +0000 (22:12 +0000)
        * k5-int.h: from here.

The user_user application uses it already and it is exported on the Mac
platform.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12681 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/k5-int.h
src/include/krb5.hin

index 473e86fccd729de6a4f7de40c9e165123872e806..55759d70f3eab6b8e8a3569e3a2acc10482aaa6c 100644 (file)
@@ -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.
index fe07edd18b2367adcac20bc2f37150e90dee9132..e253ef2a743244619b7904cfe68b4fee30c58f78 100644 (file)
@@ -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));
index 92a0317dfae5f7446c87178a85014bc5ed3fa4e2..3742c41e3a07a2126e58849d000dbaca3459dad6 100644 (file)
@@ -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 *,