* prot.h: Flush out prototypes for create_auth_reply(),
authorEzra Peisach <epeisach@mit.edu>
Tue, 26 Jun 2001 20:26:53 +0000 (20:26 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 26 Jun 2001 20:26:53 +0000 (20:26 +0000)
          pkt_cipher().

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

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/prot.h

index d89a3217d7e9e8bf31146f98c423de590a62fd1b..1b1e5ad651faab64c1458eea13d51b54627ae8b8 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-26  Ezra Peisach  <epeisach@mit.edu>
+
+       * prot.h: Flush out prototypes for create_auth_reply(), pkt_cipher().
+
 2001-06-22  Ezra Peisach  <epeisach@mit.edu>
 
        * krb.h: Don't use "options" and "user" as argument names.
index 6990a36e052eb7c25d859b84f473e801ec751cd1..aec6546cfc47eeeec351030c6b1df48cf79f5de5 100644 (file)
@@ -198,9 +198,10 @@ do {                                               \
 
 /* Routines to create and read packets may be found in prot.c */
 
-KTEXT create_auth_reply();
-KTEXT create_death_packet();
-KTEXT pkt_cipher();
+KTEXT create_auth_reply(char *, char *, char *, long, int, 
+                       unsigned long, int, KTEXT);
+KTEXT create_death_packet(char *);
+KTEXT pkt_cipher(KTEXT);
 
 /* getst.c */
 int krb4int_getst(int, char *, int);