diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-06-26 20:26:53 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-06-26 20:26:53 +0000 |
| commit | 77f582483372c58fad93f7065fe50bb8e65f397d (patch) | |
| tree | 345a502146cbe97ae110b78cdfbf57326f08c635 /src/include | |
| parent | 184d3031709b0acf99331cfbb216597ef34e6798 (diff) | |
* prot.h: Flush out prototypes for create_auth_reply(),
pkt_cipher().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13509 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/kerberosIV/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/kerberosIV/prot.h | 7 |
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); |
