diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/token.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/token.h b/include/token.h index 2e8da35..67d5737 100644 --- a/include/token.h +++ b/include/token.h @@ -6,7 +6,7 @@ /* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/27 13:27:18 by dkaiser #+# #+# */ -/* Updated: 2025/01/20 19:10:30 by chuhlig ### ########.fr */ +/* Updated: 2025/01/22 17:27:48 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ @@ -50,4 +50,6 @@ void tokenizer(char *s, t_token **token_list, char quote_check); void print_token(t_token *token); +void free_token2(t_token *token); +void free_token_and_connect2(t_token *token); #endif |
