summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lex.h b/lex.h
index a14528f..908d23e 100644
--- a/lex.h
+++ b/lex.h
@@ -26,5 +26,6 @@ struct token {
};
struct token* lex(const char *filename_local, FILE *fin, size_t *len);
+void lex_free(struct token *ts, size_t t_count);
#endif /* LEX_H */