X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fliboconfig%2Fparser.y;h=f0e886cc1a1e28ab5f1c277eb830c54896410d59;hb=9d3906a53e086d520b5ed71ca57118e8f589574b;hp=d91df8c7acb0c7fe2b4e10ddd639b5cb7d101436;hpb=0beb06563c5681975fd4f743c547e15f4facb29f;p=collectd.git diff --git a/src/liboconfig/parser.y b/src/liboconfig/parser.y index d91df8c7..f0e886cc 100644 --- a/src/liboconfig/parser.y +++ b/src/liboconfig/parser.y @@ -36,6 +36,7 @@ static int yyerror (const char *s); /* Lexer variables */ extern int yylineno; extern char *yytext; +extern int yylex (void); extern oconfig_item_t *ci_root; extern char *c_file;