diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 16:54:32 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 16:54:32 +0200 |
commit | 7d373f7cebe2c241ee9a5a946618c0ce3d902907 (patch) | |
tree | d555c783b5c485194f4b314ea6d00494c5d04b82 /src/s_struct.h | |
parent | TODO update (diff) | |
download | 42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.gz 42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.bz2 42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.xz 42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.zst 42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.zip |
In progress + norme
Diffstat (limited to 'src/s_struct.h')
-rw-r--r-- | src/s_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s_struct.h b/src/s_struct.h index e6e266a..03efbda 100644 --- a/src/s_struct.h +++ b/src/s_struct.h @@ -53,6 +53,7 @@ typedef struct s_lredir char path[PATH_MAX]; char *heredoc; int32_t fd; + int32_t right_fd; int8_t redir; struct s_lredir *next; } t_lredir; |