]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add static_lease_dereference prototype.
authorTed Lemon <source@isc.org>
Sun, 18 Jul 1999 19:37:56 +0000 (19:37 +0000)
committerTed Lemon <source@isc.org>
Sun, 18 Jul 1999 19:37:56 +0000 (19:37 +0000)
includes/dhcpd.h

index 6edf89412f4842bd30bd5b478ad7008ee7e297c9..72d227f60be2edb763147ddf8de932fa07e97ca5 100644 (file)
@@ -996,6 +996,7 @@ struct lease *find_lease PROTO ((struct packet *,
 struct lease *mockup_lease PROTO ((struct packet *,
                                   struct shared_network *,
                                   struct host_decl *));
+void static_lease_dereference PROTO ((struct lease *));
 
 struct lease *allocate_lease PROTO ((struct packet *, struct pool *, int));
 int permitted PROTO ((struct packet *, struct permit *));