From fd10f7c61a1dd8d6d9bc42c3a16d16c54a55c60c Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 17 Sep 1999 04:08:35 +0000 Subject: [PATCH] New return value for enter_host. --- includes/dhcpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 4af0cfee..e32ca9ad 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1048,7 +1048,7 @@ extern struct hash_table *lease_hw_addr_hash; 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)); struct host_decl *find_hosts_by_haddr PROTO ((int, unsigned char *, int)); struct host_decl *find_hosts_by_uid PROTO ((unsigned char *, int));