summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-05-23 02:31:07 +0000
committerTed Lemon <source@isc.org>1996-05-23 02:31:07 +0000
commit03807c84a04e7900553d8b6b7461da8153e17e14 (patch)
treecc041c8d49872b12a491984e64695cc992ec996e /includes
parentfe9e2a32ac2d4a9e746652ba3dc23131e8b8ee22 (diff)
downloadisc-dhcp-03807c84a04e7900553d8b6b7461da8153e17e14.tar.gz
Fix protos for find_lease and mockup_lease
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 398b1807..7545a6e2 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -319,8 +319,10 @@ void dhcpdecline PROTO ((struct packet *));
void dhcpinform PROTO ((struct packet *));
void nak_lease PROTO ((struct packet *, struct iaddr *cip));
void ack_lease PROTO ((struct packet *, struct lease *, unsigned char, TIME));
-struct lease *find_lease PROTO ((struct packet *));
-struct lease *mockup_lease PROTO ((struct packet *, struct host_decl *));
+struct lease *find_lease PROTO ((struct packet *, struct shared_network *));
+struct lease *mockup_lease PROTO ((struct packet *,
+ struct shared_network *,
+ struct host_decl *));
/* bootp.c */
void bootp PROTO ((struct packet *));