Add missing declaration for _xkbcommon_parse (aka yyparse)
authorDaniel Stone <daniel@fooishbar.org>
Mon, 24 Sep 2012 04:36:46 +0000 (14:36 +1000)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 24 Sep 2012 04:36:46 +0000 (14:36 +1000)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkbcomp/parser-priv.h

index 98a97e9..9069415 100644 (file)
@@ -45,4 +45,7 @@ scanner_error(YYLTYPE *loc, void *scanner, const char *msg);
 int
 _xkbcommon_lex(YYSTYPE *val, YYLTYPE *loc, void *scanner);
 
+int
+_xkbcommon_parse(struct parser_param *param);
+
 #endif