summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-10-01 01:35:37 +0200
committerFrancis Dupont <fdupont@isc.org>2016-10-01 01:35:37 +0200
commit29b23207c05a7a0ec1a90d42dc4e49d47f9b1a7f (patch)
tree502b9cbff8cdce72054798e5a6699624640c499e /includes/dhcpd.h
parenta1372bbec77052d550678db54ee2c10721480177 (diff)
downloadisc-dhcp-29b23207c05a7a0ec1a90d42dc4e49d47f9b1a7f.tar.gz
Daemonize sooner (code from bind9/named) (rebased)
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 261714dc..a16b80db 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -2975,7 +2975,8 @@ void client_envadd (struct client_state *,
__attribute__((__format__(__printf__,4,5)));
struct client_lease *packet_to_lease (struct packet *, struct client_state *);
-void go_daemon (void);
+void finish (char);
+void detach (void);
void write_client_pid_file (void);
void client_location_changed (void);
void do_release (struct client_state *);