aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Uhlig2024-08-05 13:24:32 +0200
committerChristopher Uhlig2024-08-05 13:24:32 +0200
commit0c0539fae76a678018af015e8d0f498fd5c19add (patch)
treecef799f045c759991b7150a60faae2f8ae33cfc9
parent9f48d6912e02fa5fcca46bb5f493bc2267ec8c82 (diff)
downloadminishell-0c0539fae76a678018af015e8d0f498fd5c19add.tar.gz
minishell-0c0539fae76a678018af015e8d0f498fd5c19add.zip
removed debugs functions out of header
-rw-r--r--include/token.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/token.h b/include/token.h
index ddb206e..d7ff9f9 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: 2024/08/04 14:34:52 by chuhlig ### ########.fr */
+/* Updated: 2024/08/05 13:23:27 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
@@ -45,10 +45,6 @@ t_token *new_redir_token(int type, t_token *previous,
t_token *next);
void free_token(t_token *token);
-
-void print_token(t_token *token);
-void conditional_print(char *string, int start_of_string, int i, t_token **token_list);
void tokenizer(char *s, t_token **token_list);
-void print_token(t_token *token);
#endif \ No newline at end of file