From 91dc2849f8b68f47006f93cf0f77b0f01dc4f091 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 6 Oct 1999 01:35:04 +0000 Subject: [PATCH] Prototypes for deleteA and deletePTR subroutines. --- includes/dhcpd.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 104e80b3..5009908e 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 *);