compiles now

This commit is contained in:
2024-02-16 22:23:22 +01:00
parent b2b65a94b9
commit 6ecebc63d2
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/07 14:12:49 by tomoron #+# #+# */
/* Updated: 2024/02/16 21:56:40 by tomoron ### ########.fr */
/* Updated: 2024/02/16 22:22:37 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/02/16 21:51:37 by tomoron ### ########.fr */
/* Updated: 2024/02/16 22:22:27 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -66,5 +66,6 @@ void print_parsed_cmd(t_cmd *cmd);//debug
void ft_exit(t_cmd *cmd, t_env *env, int error_code);
char **env_to_char_tab(t_env *env);
void handle_minishellrc(t_env *env);
int cd(t_cmd *cmd);
#endif