]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - includes/dhcpd.h
[master] Don't call pool_timer recusively
[thirdparty/dhcp.git] / includes / dhcpd.h
index f5ac1f4c9c930a90e74cf34f5be6e1e39820e63b..b44682444c5b88ff495189426a0405663c80f5fb 100644 (file)
@@ -3349,7 +3349,7 @@ void new_shared_network_interface (struct parse *,
 int subnet_inner_than(const struct subnet *, const struct subnet *, int);
 void enter_subnet (struct subnet *);
 void enter_lease (struct lease *);
-int supersede_lease (struct lease *, struct lease *, int, int, int);
+int supersede_lease (struct lease *, struct lease *, int, int, int, int);
 void make_binding_state_transition (struct lease *);
 int lease_copy (struct lease **, struct lease *, const char *, int);
 void release_lease (struct lease *, struct packet *);