2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00
This commit is contained in:
Andreas Gustafsson 2001-10-11 01:07:50 +00:00
parent 1beaa9e457
commit 78d811f8fb

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: log.h,v 1.3 2001/03/13 03:04:08 gson Exp $ */
/* $Id: log.h,v 1.4 2001/10/11 01:07:50 gson Exp $ */
#ifndef ISCCFG_LOG_H
#define ISCCFG_LOG_H 1
@ -28,7 +28,7 @@ extern isc_logmodule_t cfg_modules[];
#define CFG_LOGCATEGORY_CONFIG (&cfg_categories[0])
#define CFG_LOGMODULE_PARSER (&cfg_modules[0])
#define CFG_LOGMODULE_PARSER (&cfg_modules[0])
ISC_LANG_BEGINDECLS