]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
cfg_type_rndcconf was declared twice
authorAndreas Gustafsson <source@isc.org>
Wed, 4 Apr 2001 01:41:06 +0000 (01:41 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 4 Apr 2001 01:41:06 +0000 (01:41 +0000)
lib/isccfg/include/isccfg/cfg.h

index 9049abf853de03164c8b3eff241b7541fba1cd7b..19b581c952b7615cc58b94a3dc2ed087678bf28f 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: cfg.h,v 1.22 2001/03/27 02:06:12 bwelling Exp $ */
+/* $Id: cfg.h,v 1.23 2001/04/04 01:41:06 gson Exp $ */
 
 #ifndef ISCCFG_CFG_H
 #define ISCCFG_CFG_H 1
@@ -391,7 +391,6 @@ cfg_obj_log(cfg_obj_t *obj, isc_log_t *lctx, int level, const char *fmt, ...)
  */
 extern cfg_type_t cfg_type_namedconf; /* A complete named.conf file. */
 extern cfg_type_t cfg_type_rndcconf; /* A complete rndc.conf file. */
-extern cfg_type_t cfg_type_rndcconf; /* A complete rndc.conf file. */
 extern cfg_type_t cfg_type_keyref; /* A key reference, used as an ACL element */
 
 ISC_LANG_ENDDECLS