summaryrefslogtreecommitdiffstats
path: root/grammar/utils.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-02 18:32:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-02 18:32:35 +0200
commit62e95c10ba84871fd5ad97fccd75664b07620013 (patch)
tree805addae179d86fa10507205ebe6887e872b81a1 /grammar/utils.h
parent1ee14507b37bd7cb252341e7f6bdb6398407f1fd (diff)
downloadrsyslog-62e95c10ba84871fd5ad97fccd75664b07620013.tar.gz
rsyslog-62e95c10ba84871fd5ad97fccd75664b07620013.tar.xz
rsyslog-62e95c10ba84871fd5ad97fccd75664b07620013.zip
milestone: some support for rules in grammar
Diffstat (limited to 'grammar/utils.h')
-rw-r--r--grammar/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/grammar/utils.h b/grammar/utils.h
index 45176a50..66b05647 100644
--- a/grammar/utils.h
+++ b/grammar/utils.h
@@ -49,4 +49,7 @@ void nvlstPrint(struct nvlst *lst);
struct cnfobj* cnfobjNew(enum cnfobjType objType, struct nvlst *lst);
void cnfobjDestruct(struct cnfobj *o);
void cnfobjPrint(struct cnfobj *o);
+
+/* debug helper */
+void cstrPrint(char *text, es_str_t *estr);
#endif