summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-08 14:50:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-08 14:50:35 +0200
commit379bd30a5481056c2e5e71443149fb6b3b2295fc (patch)
treeef3916467712247b0c79ac278b5f1da3509180e1 /runtime/msg.h
parentd9ea755214ab75afa039a4df89f828d4b8b30ef0 (diff)
downloadrsyslog-379bd30a5481056c2e5e71443149fb6b3b2295fc.tar.gz
rsyslog-379bd30a5481056c2e5e71443149fb6b3b2295fc.tar.xz
rsyslog-379bd30a5481056c2e5e71443149fb6b3b2295fc.zip
milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index 19debb03..55d2dfc0 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -178,6 +178,7 @@ char *getTimeReported(msg_t *pM, enum tplFormatTypes eFmt);
char *getPRI(msg_t *pMsg);
void getRawMsg(msg_t *pM, uchar **pBuf, int *piLen);
rsRetVal msgGetCEEVar(msg_t *pThis, cstr_t *propName, var_t **ppVar);
+es_str_t* msgGetCEEVarNew(msg_t *pMsg, char *name);
/* TODO: remove these five (so far used in action.c) */