From: Ted Lemon Date: Sat, 11 Jul 1998 00:35:34 +0000 (+0000) Subject: Update prototypes X-Git-Tag: V2-BETA-1-PATCH-7~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99b53e06b23d1483228927f95ec31b56ba6fec2b;p=thirdparty%2Fdhcp.git Update prototypes --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 6200d2f57..3d803a0fb 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -823,7 +823,7 @@ void make_release PROTO ((struct interface_info *, struct client_lease *)); void free_client_lease PROTO ((struct client_lease *)); void rewrite_client_leases PROTO ((void)); void write_client_lease PROTO ((struct interface_info *, - struct client_lease *)); + struct client_lease *, int)); char *dhcp_option_ev_name PROTO ((struct option *)); void script_init PROTO ((struct interface_info *, char *,