diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5util/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/krb5util/compat_recv.c | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/krb5util/ChangeLog b/src/lib/krb5util/ChangeLog index a64f38996..5f6784123 100644 --- a/src/lib/krb5util/ChangeLog +++ b/src/lib/krb5util/ChangeLog @@ -1,3 +1,7 @@ +2001-06-26 Ezra Peisach <epeisach@mit.edu> + + * compat_recv.c: Flush out prototype for static krb_v4_recvauth. + 2001-06-11 Ezra Peisach <epeisach@mit.edu> * compat_recv.c: Include k5-util.h to ensure new prototypes agree diff --git a/src/lib/krb5util/compat_recv.c b/src/lib/krb5util/compat_recv.c index f1b503ef3..681f7c04e 100644 --- a/src/lib/krb5util/compat_recv.c +++ b/src/lib/krb5util/compat_recv.c @@ -47,7 +47,14 @@ #include <string.h> #include "k5-util.h" -static int krb_v4_recvauth(); +static int krb_v4_recvauth(long options, int fd, KTEXT ticket, + char *service, char *instance, + struct sockaddr_in *faddr, + struct sockaddr_in *laddr, + AUTH_DAT *kdata, + char *filename, + Key_schedule schedule, + char *version); #define KRB_V4_SENDAUTH_VERS "AUTHV0.1" /* MUST be 8 chars long */ #define KRB_V5_SENDAUTH_VERS "KRB5_SENDAUTH_V1.0" |
