2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Prototypes for deleteA and deletePTR subroutines.

This commit is contained in:
Ted Lemon
1999-10-06 01:35:04 +00:00
parent 2dbc95d686
commit 91dc2849f8

View 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 *);