2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

New return value for enter_host.

This commit is contained in:
Ted Lemon 1999-09-17 04:08:35 +00:00
parent 8119f73941
commit fd10f7c61a

View File

@ -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));