export sel_yyerror

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22975 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-15 13:09:13 +00:00
parent 4185837cd3
commit e18d3ebd6c

View File

@@ -47,7 +47,7 @@ unsigned lineno = 1;
static char * handle_string(void);
static int lex_input(char *, int);
static void error_message (const char *format, ...);
static void sel_yyerror (char *);
void sel_yyerror (char *);
struct hx_expr_input _hx509_expr_input;
@@ -91,7 +91,7 @@ error_message (const char *format, ...)
va_end (args);
}
static void
void
sel_yyerror (char *s)
{
error_message("%s", s);