]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix up select version of dispatch to take parse argument
authorTed Lemon <source@isc.org>
Sat, 22 Feb 1997 10:55:40 +0000 (10:55 +0000)
committerTed Lemon <source@isc.org>
Sat, 22 Feb 1997 10:55:40 +0000 (10:55 +0000)
common/dispatch.c
dispatch.c

index b54a63a0d6b5b19f6559deb4771bf54c00188fa6..d4ffa86be29f3762d1b749cca70ca3c014bc06fc 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dispatch.c,v 1.31 1997/02/22 08:34:16 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dispatch.c,v 1.32 1997/02/22 10:55:40 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -469,7 +469,8 @@ void dispatch (parse)
    addressing information from it, and then call do_packet to try to
    do something with it. */
 
-void dispatch ()
+void dispatch (parse)
+       int parse;
 {
        fd_set r, w, x;
        struct interface_info *l;
index b54a63a0d6b5b19f6559deb4771bf54c00188fa6..d4ffa86be29f3762d1b749cca70ca3c014bc06fc 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dispatch.c,v 1.31 1997/02/22 08:34:16 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dispatch.c,v 1.32 1997/02/22 10:55:40 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -469,7 +469,8 @@ void dispatch (parse)
    addressing information from it, and then call do_packet to try to
    do something with it. */
 
-void dispatch ()
+void dispatch (parse)
+       int parse;
 {
        fd_set r, w, x;
        struct interface_info *l;