Merge branch 'master' of git.chauvet.pro:starnakin/minishell

This commit is contained in:
Camille Chauvet 2023-02-23 13:38:03 +01:00
commit 413d75b94c

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/14 13:45:30 by cchauvet #+# #+# */
/* Updated: 2023/02/23 13:35:42 by erey-bet ### ########.fr */
/* Updated: 2023/02/23 13:37:39 by erey-bet ### ########.fr */
/* */
/* ************************************************************************** */
@ -80,7 +80,7 @@ int print_export(t_list **head, int fd);
/* CD */
int move_folder(char *path, int fd);
/* UNSET */
int unset(t_list **env, char **args);
int unset(t_list **env, char **args, int fd);
typedef struct s_cmd
{