diff options
| -rw-r--r-- | include/token.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/token.h b/include/token.h index 54a65f2..7e2038a 100644 --- a/include/token.h +++ b/include/token.h @@ -45,8 +45,7 @@ t_token *new_redir_token(int type, t_token *previous, t_token *next); void free_token(t_token *token); -void free_token_and_connect(t_token *token); -void free_tokens(t_token *tokens); + void tokenizer(char *s, t_token **token_list, char quote_check); |
