aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lexer.h')
-rw-r--r--include/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lexer.h b/include/lexer.h
index e20e0e7..9377807 100644
--- a/include/lexer.h
+++ b/include/lexer.h
@@ -16,6 +16,7 @@ typedef struct
} t_token;
t_token *token_new(enum e_token_tag tag, char *content);
+void token_destroy(t_token *token);
//////////////////////////////////////
char **lexer(char *input);