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:
@@ -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 *);
|
||||
|
Reference in New Issue
Block a user