From e1567230393536bac0e1f3abb17b324053915da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 15 Apr 2008 13:09:23 +0000 Subject: [PATCH] More prototypes. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22977 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/sel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/hx509/sel.h b/lib/hx509/sel.h index cd65ca85a..ce6c3636b 100644 --- a/lib/hx509/sel.h +++ b/lib/hx509/sel.h @@ -76,5 +76,7 @@ extern struct hx_expr_input _hx509_expr_input; #define yynerrs _hx509_sel_yynerrs #define yywrap _hx509_sel_yywrap -int _hx509_sel_yyparse(void); +int _hx509_sel_yyparse(void); +int _hx509_sel_yylex(void); +void _hx509_sel_yyerror(char *);