Added LIBISCCFG_EXTERNAL_DATA macros to 3 declarations

This commit is contained in:
Danny Mayer
2001-07-23 05:00:44 +00:00
parent 1bf250400e
commit dfca19a1aa
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: cfg.h,v 1.26 2001/07/23 00:23:30 gson Exp $ */
/* $Id: cfg.h,v 1.27 2001/07/23 05:00:44 mayer Exp $ */
#ifndef ISCCFG_CFG_H
#define ISCCFG_CFG_H 1
@@ -401,9 +401,9 @@ cfg_obj_log(cfg_obj_t *obj, isc_log_t *lctx, int level, const char *fmt, ...)
/*
* Configuration object types.
*/
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_keyref; /* A key reference, used as an ACL element */
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_namedconf; /* A complete named.conf file. */
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_rndcconf; /* A complete rndc.conf file. */
LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_keyref; /* A key reference, used as an ACL element */
ISC_LANG_ENDDECLS