diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-13 12:19:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-13 12:19:45 +0200 |
commit | 3daaf7c8365e188828a45217b0234a935d1d4a77 (patch) | |
tree | 77ee08991f60393458cbcf4c5c983ac7ec39727d /grammar/rainerscript.h | |
parent | 3fe276fb5b04a47dc7d1116f0b431b430f373143 (diff) | |
parent | 36b9e37896b2ce89494cc354b3d10cb689ec1ee5 (diff) | |
download | rsyslog-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.h | 1 |
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); |