summaryrefslogtreecommitdiff
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index 5426675..4cd9024 100644
--- a/parser.y
+++ b/parser.y
@@ -29,6 +29,8 @@ extern char *certificate_passphrase;
/* using Bison, this arranges that yydebug messages will show actual tokens */
extern char * yytext;
#define YYPRINT(fp, type, val) fprintf(fp, " = \"%s\"", yytext)
+
+void yyerror (const char *s);
%}
%union {