diff options
| author | Dominik Kaiser | 2025-01-22 17:34:07 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-01-22 17:34:07 +0100 |
| commit | d6b4b8116084f7aec25c101a82fc457ac9989033 (patch) | |
| tree | 5d3d64f0a97d91da642086976d793b6dc47b94a9 /include/token.h | |
| parent | e745796ffea1580b7d9263305ee57233536b3365 (diff) | |
| download | minishell-d6b4b8116084f7aec25c101a82fc457ac9989033.tar.gz minishell-d6b4b8116084f7aec25c101a82fc457ac9989033.zip | |
Test test test
Diffstat (limited to 'include/token.h')
| -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 |
