summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-13 12:19:45 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-13 12:19:45 +0200
commit3daaf7c8365e188828a45217b0234a935d1d4a77 (patch)
tree77ee08991f60393458cbcf4c5c983ac7ec39727d /grammar/rainerscript.h
parent3fe276fb5b04a47dc7d1116f0b431b430f373143 (diff)
parent36b9e37896b2ce89494cc354b3d10cb689ec1ee5 (diff)
downloadrsyslog-3daaf7c8365e188828a45217b0234a935d1d4a77.tar.gz
rsyslog-3daaf7c8365e188828a45217b0234a935d1d4a77.tar.bz2
rsyslog-3daaf7c8365e188828a45217b0234a935d1d4a77.zip
Merge branch 'v6-devel'
Conflicts: ChangeLog
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 5306188d..7637ae48 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -291,6 +291,7 @@ struct cnfstmt * cnfstmtNewLegaAct(char *actline);
void cnfstmtDestruct(struct cnfstmt *root);
char* getFIOPName(unsigned iFIOP);
rsRetVal initRainerscript(void);
+void unescapeStr(uchar *s, int len);
/* debug helper */
void cstrPrint(char *text, es_str_t *estr);