X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fliboconfig%2Fparser.y;h=f0e886cc1a1e28ab5f1c277eb830c54896410d59;hb=59547eb66a3743ca0b458222d7a4318f3e659a60;hp=d91df8c7acb0c7fe2b4e10ddd639b5cb7d101436;hpb=79d834024d69d3b33e0fc4717b6560385b54cdd1;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;