Code

frontend, liboconfig: Added missing prototypes for yylex/yyparse.
[sysdb.git] / src / liboconfig / parser.y
index 19f58b2b75c4f19b9b196f5d15b85f8f78dd21ac..469509d594d4bb1f80d611a0bed6ea7a7e66fce0 100644 (file)
@@ -29,6 +29,9 @@ static int yyerror (const char *s);
 extern int yylineno;
 extern char *yytext;
 
+/* Lexer functions */
+int yylex (void);
+
 extern oconfig_item_t *ci_root;
 extern char           *c_file;
 %}