summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-13 12:09:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-13 12:09:23 +0200
commitb32060e2ed078a232dcda723ed7599463e40eb85 (patch)
tree4ec59e11175c449abb3f0cfab3240b8932b25452 /grammar/rainerscript.h
parent70ee0f5b2e580b75782c039c5bb9d014a81195f4 (diff)
parent11910c59138332a884ed753401afdd84feeb1832 (diff)
downloadrsyslog-b32060e2ed078a232dcda723ed7599463e40eb85.tar.gz
rsyslog-b32060e2ed078a232dcda723ed7599463e40eb85.tar.xz
rsyslog-b32060e2ed078a232dcda723ed7599463e40eb85.zip
Merge branch 'v6-stable' into v6-devel
Conflicts: ChangeLog grammar/rainerscript.c grammar/rainerscript.h runtime/rule.c
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index 4c625cd8..f5627597 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -274,6 +274,7 @@ void varDelete(struct var *v);
void cnfparamvalsDestruct(struct cnfparamvals *paramvals, struct cnfparamblk *blk);
void cnfcfsyslinelstDestruct(struct cnfcfsyslinelst *cfslst);
rsRetVal initRainerscript(void);
+void unescapeStr(uchar *s, int len);
/* debug helper */
void cstrPrint(char *text, es_str_t *estr);