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