summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1205b16)
raw | patch | inline | side by side (parent: 1205b16)
author | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 08:48:27 +0000 (10:48 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 17 Jun 2015 08:48:27 +0000 (10:48 +0200) |
src/liboconfig/parser.y | patch | blob | history |
index 19f58b2b75c4f19b9b196f5d15b85f8f78dd21ac..764212f7ee611f5ea8273628f0414c31fef41bfa 100644 (file)
--- a/src/liboconfig/parser.y
+++ b/src/liboconfig/parser.y
/* Lexer variables */
extern int yylineno;
extern char *yytext;
+extern int yylex (void);
extern oconfig_item_t *ci_root;
extern char *c_file;