aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristopher Uhlig2024-08-04 14:36:08 +0200
committerChristopher Uhlig2024-08-04 14:36:08 +0200
commit2391dd08be8ebb6f11847e62ef68913faa0e0382 (patch)
treeb4bc474420b4b966b55d06c8c03597a4abc86086 /include
parentf7df3a73f9d97ae09e9f3e3cd04eafd7824191ce (diff)
downloadminishell-2391dd08be8ebb6f11847e62ef68913faa0e0382.tar.gz
minishell-2391dd08be8ebb6f11847e62ef68913faa0e0382.zip
updated token header but still norm erro idk
Diffstat (limited to 'include')
-rw-r--r--include/token.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/token.h b/include/token.h
index 6dd44c9..ddb206e 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/06/28 21:49:55 by chuhlig ### ########.fr */
+/* Updated: 2024/08/04 14:34:52 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
@@ -47,9 +47,8 @@ t_token *new_redir_token(int type, t_token *previous,
void free_token(t_token *token);
void print_token(t_token *token);
-void conditional_print(char *string, int start_of_string, int i, int offset, t_token **token_list);
+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