From: Andreas Gustafsson Date: Wed, 4 Apr 2001 01:41:06 +0000 (+0000) Subject: cfg_type_rndcconf was declared twice X-Git-Tag: v9.1.2rc1~35^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2901eed9860c50ccc1a214f7b24b5e7e7c1f6409;p=thirdparty%2Fbind9.git cfg_type_rndcconf was declared twice --- diff --git a/lib/isccfg/include/isccfg/cfg.h b/lib/isccfg/include/isccfg/cfg.h index 9049abf853d..19b581c952b 100644 --- a/lib/isccfg/include/isccfg/cfg.h +++ b/lib/isccfg/include/isccfg/cfg.h @@ -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