diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-27 19:53:11 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-27 19:53:11 +0200 |
commit | a656c8155406b698d4eb02b2fe1ec662338fec58 (patch) | |
tree | 0c50d61e699394d1c81062238c2f829ac27d62b1 /src/p_redirs.h | |
parent | <<EOF in progress (diff) | |
download | 42-minishell-a656c8155406b698d4eb02b2fe1ec662338fec58.tar.gz 42-minishell-a656c8155406b698d4eb02b2fe1ec662338fec58.tar.bz2 42-minishell-a656c8155406b698d4eb02b2fe1ec662338fec58.tar.xz 42-minishell-a656c8155406b698d4eb02b2fe1ec662338fec58.tar.zst 42-minishell-a656c8155406b698d4eb02b2fe1ec662338fec58.zip |
Progress
Diffstat (limited to '')
-rw-r--r-- | src/p_redirs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/p_redirs.h b/src/p_redirs.h index 3845a65..db75cfb 100644 --- a/src/p_redirs.h +++ b/src/p_redirs.h @@ -17,6 +17,11 @@ #include "s_struct.h" +enum e_fd_rdr_id +{ + FD, + RDR +}; struct s_rdr_tmp { const char *word; |