Code

frontend, liboconfig: Added missing prototypes for yylex/yyparse.
[sysdb.git] / src / liboconfig / oconfig.c
index 427f957cb047e72e6cf92e5875ceadec5f2d369f..1f7093d334eb20de7420307c9225f4b6f0d8eb6a 100644 (file)
@@ -25,6 +25,7 @@
 #include "oconfig.h"
 
 extern FILE *yyin;
+int yyparse (void);
 
 oconfig_item_t *ci_root;
 const char     *c_file;