krb5.hin (krb5_fwd_tgt_creds, krb5_os_hostaddr): Added new function
authorTheodore Tso <tytso@mit.edu>
Wed, 10 Jan 1996 03:24:10 +0000 (03:24 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 10 Jan 1996 03:24:10 +0000 (03:24 +0000)
prototypes.

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

src/include/ChangeLog
src/include/krb5.hin

index 721fa1e8f997debad5a6a17311e639710f541457..97870929c0cb34c4966a07b5caab5ce0904d7603 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan  9 22:23:31 1996  Theodore Y. Ts'o  <tytso@dcl>
+
+       * krb5.hin (krb5_fwd_tgt_creds, krb5_os_hostaddr): Added new
+               function prototypes.
+
 Thu Jan  4 22:49:13 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * krb5.hin: Added support for KRB5_INT16_MAX, which tells us the
index bee452c4c71265e4c52c2256e9b3ce7a4fee10bf..579268b2bce690e5a1d7fb92e83a93d979212c89 100644 (file)
@@ -1812,6 +1812,16 @@ krb5_error_code krb5_rd_cred
                    krb5_creds ***,
                    krb5_replay_data *));
 
+krb5_error_code krb5_fwd_tgt_creds
+       KRB5_PROTOTYPE((krb5_context, 
+                       krb5_auth_context,
+                       char *,
+                       krb5_principal, 
+                       krb5_principal, 
+                       krb5_ccache,
+                       int forwardable,
+                       krb5_data *));  
+
 krb5_error_code krb5_auth_con_init
        KRB5_PROTOTYPE((krb5_context,
                   krb5_auth_context *));
@@ -1967,6 +1977,9 @@ krb5_error_code krb5_make_fulladdr
               krb5_address *,
               krb5_address *));
 
+krb5_error_code krb5_os_hostaddr
+    KRB5_PROTOTYPE((krb5_context, const char *, krb5_address ***));
+
 krb5_error_code krb5_set_real_time
     KRB5_PROTOTYPE((krb5_context, krb5_int32, krb5_int32));
 krb5_error_code krb5_set_debugging_time