diff options
author | Ted Lemon <source@isc.org> | 1999-10-05 02:44:09 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-10-05 02:44:09 +0000 |
commit | e495b7d1221a828b7cf1a69b2d46335a6dbb477d (patch) | |
tree | 9376f41b093e65b4fcb47195ce888a2b549a3126 /includes/dhcpd.h | |
parent | bfc3d44892a08ad4a927601136283d0b20459c35 (diff) | |
download | isc-dhcp-e495b7d1221a828b7cf1a69b2d46335a6dbb477d.tar.gz |
Pass packet into release_lease() if available.
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 6425b5da..104e80b3 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1797,7 +1797,7 @@ int subnet_inner_than PROTO ((struct subnet *, struct subnet *, int)); void enter_subnet PROTO ((struct subnet *)); void enter_lease PROTO ((struct lease *)); int supersede_lease PROTO ((struct lease *, struct lease *, int)); -void release_lease PROTO ((struct lease *)); +void release_lease PROTO ((struct lease *, struct packet *)); void abandon_lease PROTO ((struct lease *, char *)); void dissociate_lease PROTO ((struct lease *)); struct lease *find_lease_by_uid PROTO ((unsigned char *, int)); |