summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-10-13 10:15:00 +0200
committerFrancis Dupont <fdupont@isc.org>2020-10-13 10:15:00 +0200
commit3354013a47fe53f073c520c3c486ab9b7ff53601 (patch)
treed2a8749be54960d35cdec42d356813823227f5cf /includes
parent933b80fa645924c9bc6bb0c32209ca0865d6a4b8 (diff)
downloadisc-dhcp-3354013a47fe53f073c520c3c486ab9b7ff53601.tar.gz
Checkpoint: code done, need tests
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index caeeaeda..f9217ea8 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -3008,7 +3008,8 @@ void state_bound (void *);
void state_stop (void *);
void state_panic (void *);
-void start_v6only (struct packet *, struct client_state *);
+uint32_t check_v6only (struct packet *, struct client_state *);
+void start_v6only (struct client_state *, uint32_t);
void finish_v6only (void *);
void bind_lease (struct client_state *);