fix quelques trucs

This commit is contained in:
tom moron
2024-04-29 22:12:46 +02:00
parent 0bad8c3cdb
commit 992f02cded
7 changed files with 17 additions and 19 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/04/29 11:12:35 by marde-vr ### ########.fr */
/* Updated: 2024/04/29 21:50:52 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -73,6 +73,7 @@ typedef struct s_msh
int in_fd;
int echoctl;
int out_fd;
int last_return_code;
int locked_return_code;
char *here_doc_filename;
} t_msh;