From: Ted Lemon Date: Wed, 5 Jul 2000 09:15:08 +0000 (+0000) Subject: Update prototypes X-Git-Tag: V3-BETA-2-PATCH-1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=875d2b66d8727b2199e4bbc4982d01736bcfe2e8;p=thirdparty%2Fdhcp.git Update prototypes --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index b90e94ca2..449669917 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1647,6 +1647,8 @@ int write_failover_state (dhcp_failover_state_t *); #endif int db_printable PROTO ((const char *)); int db_printable_len PROTO ((const unsigned char *, unsigned)); +void write_named_billing_class (const char *, unsigned, struct class *); +void write_billing_classes (void); int write_billing_class PROTO ((struct class *)); int commit_leases PROTO ((void)); void db_startup PROTO ((int)); @@ -1773,8 +1775,9 @@ isc_result_t enter_tsig_key (struct tsig_key *); isc_result_t tsig_key_lookup (struct tsig_key **, const char *); int dns_zone_dereference PROTO ((struct dns_zone **, const char *, int)); #if defined (NSUPDATE) -int find_cached_zone (const char *, ns_class, char *, - size_t, struct in_addr *, int, struct dns_zone **); +ns_rcode find_cached_zone (const char *, ns_class, char *, + size_t, struct in_addr *, int, int *, + struct dns_zone **); void forget_zone (struct dns_zone **); void repudiate_zone (struct dns_zone **); #endif /* NSUPDATE */