From 8fec2c950c31ebabb61972af7f40422fbb08ff58 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 11 Sep 1996 20:27:07 +0000 Subject: [PATCH] discover_interfaces() needs to behave differently for client and server --- dhcpd.h | 2 +- includes/dhcpd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.3