summaryrefslogtreecommitdiffstats
path: root/grammar
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-07 15:37:13 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-07 15:37:13 +0100
commit3bec3ef53e6e54cc94d9ed0142a2304729092282 (patch)
treeaec4bbce517218abd5ddeb9b83fb6cbbe46c44de /grammar
parent9035771b7dbea738b8a22949a7f0a6514525fafb (diff)
downloadrsyslog-3bec3ef53e6e54cc94d9ed0142a2304729092282.tar.gz
rsyslog-3bec3ef53e6e54cc94d9ed0142a2304729092282.tar.bz2
rsyslog-3bec3ef53e6e54cc94d9ed0142a2304729092282.zip
emit warning message if output module with msg passing mode runs asynchronously
Diffstat (limited to 'grammar')
-rw-r--r--grammar/parserif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/parserif.h b/grammar/parserif.h
index 6c2c1365..21da0950 100644
--- a/grammar/parserif.h
+++ b/grammar/parserif.h
@@ -6,6 +6,7 @@ int yyparse();
char *cnfcurrfn;
void dbgprintf(char *fmt, ...) __attribute__((format(printf, 1, 2)));
void parser_errmsg(char *fmt, ...) __attribute__((format(printf, 1, 2)));
+void parser_warnmsg(char *fmt, ...) __attribute__((format(printf, 1, 2)));
void tellLexEndParsing(void);
extern int yydebug;
extern int yylineno;