]> git.dkaiser.de - 42/minishell.git/commitdiff
updated token header but still norm erro idk
authorChristopher Uhlig <chuhlig@2-B-6.42heilbronn.de>
Sun, 4 Aug 2024 12:36:08 +0000 (14:36 +0200)
committerChristopher Uhlig <chuhlig@2-B-6.42heilbronn.de>
Sun, 4 Aug 2024 12:36:08 +0000 (14:36 +0200)
include/token.h

index 6dd44c97de9631063c50eb224ad167622714ad80..ddb206ec98759815db40cb9542fbfec5ea184e06 100644 (file)
@@ -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