* compat_recv.c: Flush out prototype for static krb_v4_recvauth
authorEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 11:21:18 +0000 (11:21 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 11:21:18 +0000 (11:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13518 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5util/ChangeLog
src/lib/krb5util/compat_recv.c

index a64f3899630be7cdb3d49b4788caa67011c7edc5..5f6784123470ec48303d12de3d95b1c2d03c593e 100644 (file)
@@ -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
index f1b503ef35d6b27c4121b0f05a3a529eb75c0040..681f7c04ec65f75da0a10b502d292332669ae38b 100644 (file)
 #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"