diff options
Diffstat (limited to 'ddb/db_lex.h')
-rw-r--r-- | ddb/db_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ddb/db_lex.h b/ddb/db_lex.h index c73b93e..3cb9ae6 100644 --- a/ddb/db_lex.h +++ b/ddb/db_lex.h @@ -41,6 +41,7 @@ struct db_lex_context { char *l_eptr; /* line end pointer */ }; +extern int db_lex(); extern int db_read_line(/* char *rep_str */); extern void db_flush_line(); extern int db_read_char(); |