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 --- expr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'expr.c') diff --git a/expr.c b/expr.c index 46f755fa..f43e6ce7 100644 --- a/expr.c +++ b/expr.c @@ -60,7 +60,7 @@ terminal(expr_t *pThis, ctok_t *ctok) DEFiRet; ctok_token_t *pToken; var_t *pVar; - rsCStrObj *pCStr; + cstr_t *pCStr; ISOBJ_TYPE_assert(pThis, expr); ISOBJ_TYPE_assert(ctok, ctok); @@ -339,7 +339,7 @@ exprEval(expr_t *pThis, msg_t *pMsg) * rgerhards, 2008-02-09 (a rainy tenerife return flight day ;)) */ rsRetVal -exprGetStr(expr_t *pThis, rsCStrObj **ppStr) +exprGetStr(expr_t *pThis, cstr_t **ppStr) { DEFiRet; -- cgit