summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kerberosIV/ChangeLog4
-rw-r--r--src/include/kerberosIV/prot.h7
2 files changed, 8 insertions, 3 deletions
diff --git a/src/include/kerberosIV/ChangeLog b/src/include/kerberosIV/ChangeLog
index d89a3217d..1b1e5ad65 100644
--- a/src/include/kerberosIV/ChangeLog
+++ b/src/include/kerberosIV/ChangeLog
@@ -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.
diff --git a/src/include/kerberosIV/prot.h b/src/include/kerberosIV/prot.h
index 6990a36e0..aec6546cf 100644
--- a/src/include/kerberosIV/prot.h
+++ b/src/include/kerberosIV/prot.h
@@ -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);