aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authors-over-42023-06-21 16:34:22 -0400
committers-over-42023-06-21 16:34:22 -0400
commit46f4397bf0718fbaf2cee5b4ffd56d4a36f2c4d8 (patch)
tree9e582eef34f67fd47117445e22a316e6c855ad5d /src/include/token.h
parent069204d6151326acc77bfd1f9072bd19882b948a (diff)
NO MORE MEMORY LEAKS :D
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/token.h b/src/include/token.h
index 5fe9d35..a2a47bc 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -51,5 +51,6 @@ int token_char_pound(char c);
int token_char_colon(char c);
int token_char_kywrd(char c);
+void token_destroy(token_t* token);
#endif