From: Ted Lemon Date: Wed, 11 Sep 1996 20:27:07 +0000 (+0000) Subject: discover_interfaces() needs to behave differently for client and server X-Git-Tag: BETA_5_11~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fec2c950c31ebabb61972af7f40422fbb08ff58;p=thirdparty%2Fdhcp.git discover_interfaces() needs to behave differently for client and server --- diff --git a/dhcpd.h b/dhcpd.h index 7a367028e..34aed0b56 100644 --- 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, diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 7a367028e..34aed0b56 100644 --- a/includes/dhcpd.h +++ b/includes/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,