]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Pass packet into release_lease() if available.
authorTed Lemon <source@isc.org>
Tue, 5 Oct 1999 02:44:09 +0000 (02:44 +0000)
committerTed Lemon <source@isc.org>
Tue, 5 Oct 1999 02:44:09 +0000 (02:44 +0000)
includes/dhcpd.h

index 6425b5da7a3de56ee0e64939dec48f5060e4f504..104e80b35768389dfc870907f03ff5b63d6dfef1 100644 (file)
@@ -1797,7 +1797,7 @@ int subnet_inner_than PROTO ((struct subnet *, struct subnet *, int));
 void enter_subnet PROTO ((struct subnet *));
 void enter_lease PROTO ((struct lease *));
 int supersede_lease PROTO ((struct lease *, struct lease *, int));
-void release_lease PROTO ((struct lease *));
+void release_lease PROTO ((struct lease *, struct packet *));
 void abandon_lease PROTO ((struct lease *, char *));
 void dissociate_lease PROTO ((struct lease *));
 struct lease *find_lease_by_uid PROTO ((unsigned char *, int));