From: Ted Lemon Date: Tue, 17 Mar 1998 18:17:57 +0000 (+0000) Subject: prototype dissociate_lease. X-Git-Tag: carrel-2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25b4df9e71639cdb3aea37b197e642d6a7dcd683;p=thirdparty%2Fdhcp.git prototype dissociate_lease. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index f53ed3158..ccaf927e0 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -653,6 +653,7 @@ void enter_lease PROTO ((struct lease *)); int supersede_lease PROTO ((struct lease *, struct lease *, int)); void release_lease PROTO ((struct lease *)); void abandon_lease PROTO ((struct lease *, char *)); +void dissociate_lease PROTO ((struct lease *, char *)); struct lease *find_lease_by_uid PROTO ((unsigned char *, int)); struct lease *find_lease_by_hw_addr PROTO ((unsigned char *, int)); struct lease *find_lease_by_ip_addr PROTO ((struct iaddr));