remove lex_classic_input(void) prototype

This commit is contained in:
Love Hornquist Astrand
2011-10-29 19:13:04 -07:00
parent 42e6fb794d
commit 6436cd99b7

View File

@@ -50,7 +50,6 @@ unsigned lineno = 1;
static char * handle_string(void);
static int lex_input(char *, int);
static int lex_classic_input(void);
struct hx_expr_input _hx509_expr_input;