This commit is contained in:
Etienne Rey-bethbeder 2023-02-23 13:37:50 +01:00
parent 0661f2fbd1
commit 4f66624667

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */ /* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/14 13:45:30 by cchauvet #+# #+# */ /* 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 */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -79,7 +79,7 @@ int print_export(t_list **head, int fd);
/* CD */ /* CD */
int move_folder(char *path, int fd); int move_folder(char *path, int fd);
/* UNSET */ /* UNSET */
int unset(t_list **env, char **args); int unset(t_list **env, char **args, int fd);
typedef struct s_cmd typedef struct s_cmd
{ {