summaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-21 07:00:29 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-21 07:00:29 +0000
commit013073f1a6f1ed2230feaba0865d0c14212577d0 (patch)
tree5dd528a004f730658f16a012c66726417ff750d3 /conf.h
parent44bb5af7ccef417a1d088527fc02af5f0e8d3dc5 (diff)
downloadrsyslog-013073f1a6f1ed2230feaba0865d0c14212577d0.tar.gz
rsyslog-013073f1a6f1ed2230feaba0865d0c14212577d0.tar.xz
rsyslog-013073f1a6f1ed2230feaba0865d0c14212577d0.zip
changed rsCStrObj name to cstr_t, which is more inline with the rest of
rsyslog (now) and also much easier to type
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.h b/conf.h
index 0b24af36..83ad78bf 100644
--- a/conf.h
+++ b/conf.h
@@ -40,7 +40,7 @@ rsRetVal processConfFile(uchar *pConfFile);
/* TODO: remove them below (means move the config init code) -- rgerhards, 2008-02-19 */
extern uchar *pModDir; /* read-only after startup */
extern EHostnameCmpMode eDfltHostnameCmpMode;
-extern rsCStrObj *pDfltHostnameCmp;
-extern rsCStrObj *pDfltProgNameCmp;
+extern cstr_t *pDfltHostnameCmp;
+extern cstr_t *pDfltProgNameCmp;
#endif /* #ifndef INCLUDED_CONF_H */