]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Correct prototype for find_cached_zone.
authorTed Lemon <source@isc.org>
Thu, 20 Apr 2000 00:57:15 +0000 (00:57 +0000)
committerTed Lemon <source@isc.org>
Thu, 20 Apr 2000 00:57:15 +0000 (00:57 +0000)
includes/dhcpd.h

index 9eb62a2f10556aff8bcfb73649c4f950860e0e95..4953719e6c5ef519a9c1d0b92580d0a0f6ca389f 100644 (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 [];