mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 05:17:57 +00:00
New return value for enter_host.
This commit is contained in:
parent
8119f73941
commit
fd10f7c61a
@ -1048,7 +1048,7 @@ extern struct hash_table *lease_hw_addr_hash;
|
|||||||
extern omapi_object_type_t *dhcp_type_host;
|
extern omapi_object_type_t *dhcp_type_host;
|
||||||
|
|
||||||
|
|
||||||
void enter_host PROTO ((struct host_decl *, int, int));
|
isc_result_t enter_host PROTO ((struct host_decl *, int, int));
|
||||||
void delete_host PROTO ((struct host_decl *, int));
|
void delete_host PROTO ((struct host_decl *, int));
|
||||||
struct host_decl *find_hosts_by_haddr PROTO ((int, unsigned char *, int));
|
struct host_decl *find_hosts_by_haddr PROTO ((int, unsigned char *, int));
|
||||||
struct host_decl *find_hosts_by_uid PROTO ((unsigned char *, int));
|
struct host_decl *find_hosts_by_uid PROTO ((unsigned char *, int));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user