projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1205b16
)
liboconfig: Declare yylex().
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
diff --git
a/src/liboconfig/parser.y
b/src/liboconfig/parser.y
index
19f58b2
..
764212f
100644
(file)
--- a/
src/liboconfig/parser.y
+++ b/
src/liboconfig/parser.y
@@
-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;