From 99b53e06b23d1483228927f95ec31b56ba6fec2b Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Sat, 11 Jul 1998 00:35:34 +0000 Subject: [PATCH] Update prototypes --- includes/dhcpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *, -- 2.47.3