]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Added missing prototypes.
authorJames Brister <source@isc.org>
Tue, 25 Jul 2000 20:17:52 +0000 (20:17 +0000)
committerJames Brister <source@isc.org>
Tue, 25 Jul 2000 20:17:52 +0000 (20:17 +0000)
lib/dns/include/dns/confview.h

index 9ec7ca1a90558b95b9c555b0b9440268d61bf030..ad9f85dd9cab6e87364d172bc7140250edaa6806 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: confview.h,v 1.32 2000/07/25 17:55:43 brister Exp $ */
+/* $Id: confview.h,v 1.33 2000/07/25 20:17:52 brister Exp $ */
 
 #ifndef DNS_CONFVIEW_H
 #define DNS_CONFVIEW_H 1
@@ -351,6 +351,20 @@ isc_result_t dns_c_view_setrfc2308type1(dns_c_view_t *view,
 isc_result_t dns_c_view_unsetrfc2308type1(dns_c_view_t *view);
 
 
+isc_result_t dns_c_view_getgluefromauth(dns_c_view_t *view,
+                                       isc_boolean_t *retval);
+isc_result_t dns_c_view_setgluefromauth(dns_c_view_t *view,
+                                       isc_boolean_t newval);
+isc_result_t dns_c_view_unsetgluefromauth(dns_c_view_t *view);
+
+
+isc_result_t dns_c_view_getgluefromcache(dns_c_view_t *view,
+                                       isc_boolean_t *retval);
+isc_result_t dns_c_view_setgluefromcache(dns_c_view_t *view,
+                                       isc_boolean_t newval);
+isc_result_t dns_c_view_unsetgluefromcache(dns_c_view_t *view);
+
+
 
 isc_result_t dns_c_view_settransfersource(dns_c_view_t *view,
                                          isc_sockaddr_t transfer_source);