From: Ted Lemon Date: Wed, 6 Oct 1999 01:35:04 +0000 (+0000) Subject: Prototypes for deleteA and deletePTR subroutines. X-Git-Tag: BCTEL_SPECIAL_19991124~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91dc2849f8b68f47006f93cf0f77b0f01dc4f091;p=thirdparty%2Fdhcp.git Prototypes for deleteA and deletePTR subroutines. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 104e80b35..5009908e0 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1820,3 +1820,7 @@ int updateA (const struct data_string *, const struct data_string *, unsigned int, struct lease *); int updatePTR (const struct data_string *, const struct data_string *, unsigned int, struct lease *); +int deleteA (const struct data_string *, const struct data_string *, + struct lease *); +int deletePTR (const struct data_string *, const struct data_string *, + struct lease *);