2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Brian Murrel's latest dns update implementation - more programmability.

This commit is contained in:
Ted Lemon
1999-07-19 01:15:22 +00:00
parent 0f7099d754
commit 069e9f4c15
9 changed files with 274 additions and 19 deletions

View File

@@ -996,7 +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 *));
void static_lease_dereference PROTO ((struct lease *, char *));
struct lease *allocate_lease PROTO ((struct packet *, struct pool *, int));
int permitted PROTO ((struct packet *, struct permit *));