]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Prototypes for deleteA and deletePTR subroutines.
authorTed Lemon <source@isc.org>
Wed, 6 Oct 1999 01:35:04 +0000 (01:35 +0000)
committerTed Lemon <source@isc.org>
Wed, 6 Oct 1999 01:35:04 +0000 (01:35 +0000)
includes/dhcpd.h

index 104e80b35768389dfc870907f03ff5b63d6dfef1..5009908e0f3dff62b17348017f9b5b4ac377afec 100644 (file)
@@ -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 *);