]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
New return value for enter_host.
authorTed Lemon <source@isc.org>
Fri, 17 Sep 1999 04:08:35 +0000 (04:08 +0000)
committerTed Lemon <source@isc.org>
Fri, 17 Sep 1999 04:08:35 +0000 (04:08 +0000)
includes/dhcpd.h

index 4af0cfee227daf544ffeaea2a466f13dee06e5cc..e32ca9adfd5f2f503628e4eed945abdeef6937bd 100644 (file)
@@ -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));