From d6a97078624a680d8fc8670db4b17941d2003562 Mon Sep 17 00:00:00 2001 From: "Robert S. French" Date: Sat, 1 Aug 1987 11:27:17 +0000 Subject: Changed to handle new protocol format --- lib/ZParseNot.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/ZParseNot.c') diff --git a/lib/ZParseNot.c b/lib/ZParseNot.c index 6aeebc9..25610b4 100644 --- a/lib/ZParseNot.c +++ b/lib/ZParseNot.c @@ -20,15 +20,12 @@ static char rcsid_ZParseNotice_c[] = "$Header$"; #include -Code_t ZParseNotice(buffer,len,notice,auth,from) +Code_t ZParseNotice(buffer,len,notice) ZPacket_t buffer; int len; ZNotice_t *notice; - int *auth; - struct sockaddr_in *from; { extern int ZCheckAuthentication(); - return (Z_InternalParseNotice(buffer,len,notice,auth,from, - ZCheckAuthentication)); + return (Z_InternalParseNotice(buffer,len,notice)); } -- cgit v1.2.3