liboconfig: Declare yylex().
authorFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 08:48:27 +0000 (10:48 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 08:48:27 +0000 (10:48 +0200)
src/liboconfig/parser.y

index 19f58b2..764212f 100644 (file)
@@ -28,6 +28,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;