From 013073f1a6f1ed2230feaba0865d0c14212577d0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 21 Feb 2008 07:00:29 +0000 Subject: changed rsCStrObj name to cstr_t, which is more inline with the rest of rsyslog (now) and also much easier to type --- conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.h') 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 */ -- cgit v1.2.3