]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix find_cached_zone declaration.
authorTed Lemon <source@isc.org>
Wed, 17 Jan 2001 08:25:10 +0000 (08:25 +0000)
committerTed Lemon <source@isc.org>
Wed, 17 Jan 2001 08:25:10 +0000 (08:25 +0000)
includes/dhcpd.h

index 333d6583cb58b6ebfd5fa4cc1fc6663365d4a7dd..08216905419fb5a445f4b3024ab4eadf42f7feb9 100644 (file)
@@ -1906,9 +1906,9 @@ isc_result_t enter_dns_zone (struct dns_zone *);
 isc_result_t dns_zone_lookup (struct dns_zone **, const char *);
 int dns_zone_dereference PROTO ((struct dns_zone **, const char *, int));
 #if defined (NSUPDATE)
-ns_rcode find_cached_zone (const char *, ns_class, char *,
-                          size_t, struct in_addr *, int, int *,
-                          struct dns_zone **);
+isc_result_t 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 **);
 void cache_found_zone (ns_class, char *, struct in_addr *, int);