Code

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 19f58b2b75c4f19b9b196f5d15b85f8f78dd21ac..764212f7ee611f5ea8273628f0414c31fef41bfa 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;