From 94030c46547cabd148b250b08e3b3fff2652dd45 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 2 Mar 2001 00:49:31 +0000 Subject: [PATCH] remove 'static' --- lib/isccfg/include/isccfg/check.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isccfg/include/isccfg/check.h b/lib/isccfg/include/isccfg/check.h index 1d096dd8be..1507dbfb30 100644 --- a/lib/isccfg/include/isccfg/check.h +++ b/lib/isccfg/include/isccfg/check.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check.h,v 1.1 2001/03/01 23:46:49 bwelling Exp $ */ +/* $Id: check.h,v 1.2 2001/03/02 00:49:31 bwelling Exp $ */ #ifndef ISCCFG_CHECK_H #define ISCCFG_CHECK_H 1 @@ -26,7 +26,7 @@ ISC_LANG_BEGINDECLS -static isc_result_t +isc_result_t cfg_check_namedconf(cfg_obj_t *config, isc_log_t *logctx); /* * Check the syntactic validity of a configuration parse tree generated from