diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-07 15:37:13 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-07 15:37:13 +0100 |
commit | 3bec3ef53e6e54cc94d9ed0142a2304729092282 (patch) | |
tree | aec4bbce517218abd5ddeb9b83fb6cbbe46c44de /grammar | |
parent | 9035771b7dbea738b8a22949a7f0a6514525fafb (diff) | |
download | rsyslog-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.h | 1 |
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; |