summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 2dbc33ba..b55fe722 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -2201,6 +2201,7 @@ ssize_t receive_packet6(struct interface_info *interface,
unsigned int *if_index);
void if_deregister6(struct interface_info *info);
+isc_result_t dhcp_handle_signal(int sig, void (*handler)(int));
/* bpf.c */
#if defined (USE_BPF_SEND) || defined (USE_BPF_RECEIVE)