Add prototype for client_reinit()

This commit is contained in:
mellon 1998-09-04 18:00:17 +00:00
parent 65a4f4bad8
commit f397d4ea4a
1 changed files with 1 additions and 1 deletions

View File

@ -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 *));