Archived
1
0

[] feat: finished normally

This commit is contained in:
2024-04-08 12:54:24 +02:00
parent 8ec6d84e1b
commit 0ea7e04d2e
17 changed files with 116 additions and 46 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/22 21:14:06 by adjoly #+# #+# */
/* Updated: 2024/04/06 17:26:47 by adjoly ### ########.fr */
/* Updated: 2024/04/07 17:02:48 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -33,5 +33,8 @@ void ft_senderror(t_pipex *pipex, char *msg);
void getpath(t_pipex *pipex);
void get_arrcmd_path(t_pipex *pipex);
void exec_pipe(t_pipex *pipex);
void ft_senderror(t_pipex *pipex, char *msg);
void ft_senderror_file(t_pipex *pipex, char *msg);
void free_pcmd(t_pcmd *cmd);
#endif