diff options
Diffstat (limited to 'src/ls_lex.h')
-rw-r--r-- | src/ls_lex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ls_lex.h b/src/ls_lex.h index 0605986..9aa7b63 100644 --- a/src/ls_lex.h +++ b/src/ls_lex.h @@ -26,4 +26,7 @@ /// self->_token. ls_token_t ls_lex(ls_t * self); +/// Consume everything until the end of like (or end of stream) +void ls_consume_to_eol(ls_t * self); + #endif // !defined(LS_LEX_H) |