From f397d4ea4a553f6a0d61dc99917bfbea4e805006 Mon Sep 17 00:00:00 2001 From: mellon Date: Fri, 4 Sep 1998 18:00:17 +0000 Subject: [PATCH] Add prototype for client_reinit() --- usr.sbin/dhcp/includes/dhcpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/dhcp/includes/dhcpd.h b/usr.sbin/dhcp/includes/dhcpd.h index e9ea614e5944..c196b65b0160 100644 --- a/usr.sbin/dhcp/includes/dhcpd.h +++ b/usr.sbin/dhcp/includes/dhcpd.h @@ -831,7 +831,7 @@ struct client_lease *packet_to_lease PROTO ((struct packet *)); void go_daemon PROTO ((void)); void write_client_pid_file PROTO ((void)); void status_message PROTO ((struct sysconf_header *, void *)); -void client_location_changed PROTO ((void)); +void client_reinit PROTO ((int)); /* db.c */ int write_lease PROTO ((struct lease *));