diff options
Diffstat (limited to 'crypto/heimdal/lib/hx509/sel-lex.l')
-rw-r--r-- | crypto/heimdal/lib/hx509/sel-lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/heimdal/lib/hx509/sel-lex.l b/crypto/heimdal/lib/hx509/sel-lex.l index 4c93967..bb7e837 100644 --- a/crypto/heimdal/lib/hx509/sel-lex.l +++ b/crypto/heimdal/lib/hx509/sel-lex.l @@ -50,6 +50,7 @@ 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; |