mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
Update prototypes
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user