* get_in_tkt.c: Add prototype for make_preauth_list
authorTom Yu <tlyu@mit.edu>
Mon, 4 May 1998 21:24:19 +0000 (21:24 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 4 May 1998 21:24:19 +0000 (21:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10545 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/get_in_tkt.c

index 3056275e97153c40b76f26c7f3cee0d767d05229..3d0784c84642ad69ae5a41df32bd41e3ed161c57 100644 (file)
@@ -1,3 +1,7 @@
+Mon May  4 15:54:07 1998  Tom Yu  <tlyu@mit.edu>
+
+       * get_in_tkt.c: Add prototype for make_preauth_list.
+
 Sat May  2 21:46:02 1998  Tom Yu  <tlyu@mit.edu>
 
        * get_in_tkt.c (krb5_get_in_tkt): Add missing argument to call to
index a2c8195a010f8935afb1fa2be5c084054ed01713..c593e12cc51183db8a7f38374fa59b81a1350433 100644 (file)
@@ -69,6 +69,10 @@ typedef krb5_error_code (*git_decrypt_proc) PROTOTYPE((krb5_context,
                                                       const krb5_keyblock *,
                                                       krb5_const_pointer,
                                                       krb5_kdc_rep * ));
+
+static krb5_error_code make_preauth_list PROTOTYPE((krb5_context, 
+                                                   krb5_preauthtype *,
+                                                   int, krb5_pa_data ***));
 /*
  * This function sends a request to the KDC, and gets back a response;
  * the response is parsed into ret_err_reply or ret_as_reply if the