summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-07-19 01:15:22 +0000
committerTed Lemon <source@isc.org>1999-07-19 01:15:22 +0000
commit069e9f4c158eccda7048d6549ebc81c49fde6e0f (patch)
tree5a2de609bc9860e713c38a05dfe357ad02c3f327 /includes/dhcpd.h
parent0f7099d7548a8bc2a1f95cbee494f8705c77cc4b (diff)
downloadisc-dhcp-069e9f4c158eccda7048d6549ebc81c49fde6e0f.tar.gz
Brian Murrel's latest dns update implementation - more programmability.
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h2
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 *));