summaryrefslogtreecommitdiffstats
path: root/runtime/conf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-19 10:17:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-19 10:17:24 +0200
commit4ccf24c096073e9ef1681faf8c459474d6e584c2 (patch)
tree97953ae328998d7478262576a2140b43082d3391 /runtime/conf.h
parente005c5569c3e0c7c9a098036b7ec3596c3c722b4 (diff)
downloadrsyslog-4ccf24c096073e9ef1681faf8c459474d6e584c2.tar.gz
rsyslog-4ccf24c096073e9ef1681faf8c459474d6e584c2.tar.xz
rsyslog-4ccf24c096073e9ef1681faf8c459474d6e584c2.zip
cleanup: finally moved some config variables just to conf.c
Diffstat (limited to 'runtime/conf.h')
-rw-r--r--runtime/conf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/conf.h b/runtime/conf.h
index 6db1623e..d85d1f82 100644
--- a/runtime/conf.h
+++ b/runtime/conf.h
@@ -49,10 +49,6 @@ ENDinterface(conf)
PROTOTYPEObj(conf);
-/* TODO: remove them below (means move the config init code) -- rgerhards, 2008-02-19 */
-extern EHostnameCmpMode eDfltHostnameCmpMode;
-extern cstr_t *pDfltHostnameCmp;
-extern cstr_t *pDfltProgNameCmp;
/* TODO: the following 2 need to go in conf obj interface... */
rsRetVal cflineParseTemplateName(uchar** pp, omodStringRequest_t *pOMSR, int iEntry, int iTplOpts, uchar *dfltTplName);
rsRetVal cflineParseFileName(uchar* p, uchar *pFileName, omodStringRequest_t *pOMSR, int iEntry, int iTplOpts, uchar *pszTpl);