From: Ted Lemon Date: Tue, 24 Nov 1998 22:46:16 +0000 (+0000) Subject: Add declaration for subnet_inner_than X-Git-Tag: V2-BETA-1-PATCH-7~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ebec482adbb0c7794e77138d159a9481239b1a8;p=thirdparty%2Fdhcp.git Add declaration for subnet_inner_than --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 3d803a0fb..22de3c85c 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -580,6 +580,7 @@ extern struct subnet *find_grouped_subnet PROTO ((struct shared_network *, struct iaddr)); extern struct subnet *find_subnet PROTO ((struct iaddr)); void enter_shared_network PROTO ((struct shared_network *)); +int subnet_inner_than PROTO ((struct subnet *, struct subnet *, int)); void enter_subnet PROTO ((struct subnet *)); void enter_lease PROTO ((struct lease *)); int supersede_lease PROTO ((struct lease *, struct lease *, int)); @@ -746,9 +747,6 @@ void reinitialize_interfaces PROTO ((void)); void dispatch PROTO ((void)); int locate_network PROTO ((struct packet *)); void add_timeout PROTO ((TIME, void (*) PROTO ((void *)), void *)); -#if 0 -void add_fast_timeout PROTO ((UTIME, void (*) PROTO ((void *)), void *)); -#endif void cancel_timeout PROTO ((void (*) PROTO ((void *)), void *)); void add_protocol PROTO ((char *, int, void (*) PROTO ((struct protocol *)), void *));