From: Ted Lemon Date: Fri, 17 Sep 1999 04:08:35 +0000 (+0000) Subject: New return value for enter_host. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd10f7c61a1dd8d6d9bc42c3a16d16c54a55c60c;p=thirdparty%2Fdhcp.git New return value for enter_host. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 4af0cfee2..e32ca9adf 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));