* krb4-proto.h: Change prototype for decomp_ticket to match source
authorEzra Peisach <epeisach@mit.edu>
Tue, 9 Jul 1996 11:15:00 +0000 (11:15 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 9 Jul 1996 11:15:00 +0000 (11:15 +0000)
(addr is not unsigned long *)

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

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/krb4-proto.h

index a167d16dccfcf4aa7e7fb59622d8a1eb38d7f83d..0266dfb72c9bacba1a56ddc144009deabc49e088 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jul  7 18:18:45 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * krb4-proto.h: Change prototype for decomp_ticket to match source
+               (addr is not unsigned long *)
+
 Tue Dec 19 17:10:06 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * kparse.h (LineNbr): Remove declaration of LineNbr; no longer
index edd287b4ba97ad48c902f9dbc1f008ae9f7651d1..601d2a24521ab5732cb50f29811ebb0c4d09c062 100644 (file)
@@ -56,7 +56,7 @@ int krb_create_ticket P_TYPE_((KTEXT , unsigned int , char *, char *, char *, lo
 /* debug_decl.c */
 
 /* decomp_ticket.c */
-int decomp_ticket P_TYPE_((KTEXT , unsigned char *, char *, char *, char *, unsigned long *, C_Block , int *, unsigned KRB4_32 *, char *, char *, C_Block , Key_schedule ));
+int decomp_ticket P_TYPE_((KTEXT , unsigned char *, char *, char *, char *, unsigned KRB4_32 *, C_Block , int *, unsigned KRB4_32 *, char *, char *, C_Block , Key_schedule ));
 
 /* dest_tkt.c */
 int dest_tkt P_TYPE_((void ));