diff options
author | Ted Lemon <source@isc.org> | 1999-07-19 01:15:22 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-07-19 01:15:22 +0000 |
commit | 069e9f4c158eccda7048d6549ebc81c49fde6e0f (patch) | |
tree | 5a2de609bc9860e713c38a05dfe357ad02c3f327 /includes/dhcpd.h | |
parent | 0f7099d7548a8bc2a1f95cbee494f8705c77cc4b (diff) | |
download | isc-dhcp-069e9f4c158eccda7048d6549ebc81c49fde6e0f.tar.gz |
Brian Murrel's latest dns update implementation - more programmability.
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r-- | includes/dhcpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 72d227f6..a8f61e0d 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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 *)); |