]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
discover_interfaces() needs to behave differently for client and server
authorTed Lemon <source@isc.org>
Wed, 11 Sep 1996 20:27:07 +0000 (20:27 +0000)
committerTed Lemon <source@isc.org>
Wed, 11 Sep 1996 20:27:07 +0000 (20:27 +0000)
dhcpd.h
includes/dhcpd.h

diff --git a/dhcpd.h b/dhcpd.h
index 7a367028ea180e1dd2592b96a96c638b9a1011d8..34aed0b567a7b6e3c169ac95f9dca073b72302c7 100644 (file)
--- a/dhcpd.h
+++ b/dhcpd.h
@@ -496,7 +496,7 @@ size_t send_packet PROTO ((struct interface_info *,
 
 /* dispatch.c */
 extern struct interface_info *interfaces;
-void discover_interfaces PROTO ((void));
+void discover_interfaces PROTO ((int));
 void dispatch PROTO ((void));
 void do_packet PROTO ((struct interface_info *,
                       unsigned char *, int,
index 7a367028ea180e1dd2592b96a96c638b9a1011d8..34aed0b567a7b6e3c169ac95f9dca073b72302c7 100644 (file)
@@ -496,7 +496,7 @@ size_t send_packet PROTO ((struct interface_info *,
 
 /* dispatch.c */
 extern struct interface_info *interfaces;
-void discover_interfaces PROTO ((void));
+void discover_interfaces PROTO ((int));
 void dispatch PROTO ((void));
 void do_packet PROTO ((struct interface_info *,
                       unsigned char *, int,