From: Ted Lemon Date: Thu, 9 Sep 1999 21:06:27 +0000 (+0000) Subject: More prototypes. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30b8044696f810f311c6b99929d275cf00fd96b;p=thirdparty%2Fdhcp.git More prototypes. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 55366579a..6e2e07982 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1043,7 +1043,10 @@ extern struct hash_table *lease_uid_hash; extern struct hash_table *lease_ip_addr_hash; extern struct hash_table *lease_hw_addr_hash; -void enter_host PROTO ((struct host_decl *, int)); +extern omapi_object_type_t *dhcp_type_host; + + +void enter_host PROTO ((struct host_decl *, int, 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 subnet *find_host_for_network PROTO ((struct host_decl **, @@ -1626,7 +1629,6 @@ extern omapi_object_type_t *dhcp_type_lease; #if 0 extern omapi_object_type_t *dhcp_type_group; #endif -extern omapi_object_type_t *dhcp_type_host; extern omapi_object_type_t *dhcp_type_pool; extern omapi_object_type_t *dhcp_type_shared_network; extern omapi_object_type_t *dhcp_type_subnet;