diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 09:47:32 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-08 09:47:32 +0200 |
commit | 755b56fdf4b542721b78b8badcb83f24f14c6495 (patch) | |
tree | 4d40f6d6fcfd21ae39a3e45ff382385694aed10b /grammar/rainerscript.h | |
parent | 22a78faa003afb3eed78268e939431f211c26a20 (diff) | |
parent | 2de4a04b7e728f533382c9839345a89cbf73db89 (diff) | |
download | rsyslog-755b56fdf4b542721b78b8badcb83f24f14c6495.tar.gz rsyslog-755b56fdf4b542721b78b8badcb83f24f14c6495.tar.bz2 rsyslog-755b56fdf4b542721b78b8badcb83f24f14c6495.zip |
Merge branch 'v7-stable'
Conflicts:
grammar/rainerscript.c
runtime/ruleset.c
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r-- | grammar/rainerscript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h index 4816951b..31b2eb93 100644 --- a/grammar/rainerscript.h +++ b/grammar/rainerscript.h @@ -318,6 +318,7 @@ int cnfparamvalsIsSet(struct cnfparamblk *params, struct cnfparamvals *vals); void varDelete(struct var *v); void cnfparamvalsDestruct(struct cnfparamvals *paramvals, struct cnfparamblk *blk); struct cnfstmt * cnfstmtNew(unsigned s_type); +void cnfstmtPrintOnly(struct cnfstmt *stmt, int indent, sbool subtree); void cnfstmtPrint(struct cnfstmt *stmt, int indent); struct cnfstmt* scriptAddStmt(struct cnfstmt *root, struct cnfstmt *s); struct objlst* objlstAdd(struct objlst *root, struct cnfobj *o); @@ -339,6 +340,7 @@ void cnfarrayContentDestruct(struct cnfarray *ar); char* getFIOPName(unsigned iFIOP); rsRetVal initRainerscript(void); void unescapeStr(uchar *s, int len); +char * tokenval2str(int tok); /* debug helper */ void cstrPrint(char *text, es_str_t *estr); |