From: Ted Lemon Date: Tue, 5 Oct 1999 02:44:09 +0000 (+0000) Subject: Pass packet into release_lease() if available. X-Git-Tag: BCTEL_SPECIAL_19991124~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e495b7d1221a828b7cf1a69b2d46335a6dbb477d;p=thirdparty%2Fdhcp.git Pass packet into release_lease() if available. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 6425b5da7..104e80b35 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));