2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Correct prototype for find_cached_zone.

This commit is contained in:
Ted Lemon
2000-04-20 00:57:15 +00:00
parent 88ab5737a7
commit 29a026dbfa

View File

@@ -1719,6 +1719,10 @@ isc_result_t dns_zone_lookup (struct dns_zone **, const char *);
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);
#endif /* NSUPDATE */
/* resolv.c */
extern char path_resolv_conf [];