mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 20:20:41 +01:00
7 lines
136 B
C
7 lines
136 B
C
#ifndef PARSERIF_H_DEFINED
|
|
#define PARSERIF_H_DEFINED
|
|
extern int cnfSetLexFile(char*);
|
|
extern int yyparse();
|
|
extern int yydebug;
|
|
#endif
|