From: Ted Lemon Date: Sun, 18 Jul 1999 19:37:56 +0000 (+0000) Subject: Add static_lease_dereference prototype. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93454ab028472ecf44e3096251526407772948e5;p=thirdparty%2Fdhcp.git Add static_lease_dereference prototype. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 6edf89412..72d227f60 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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 *));