summaryrefslogtreecommitdiffstats
path: root/src/p_redirs_heredoc.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-27 19:59:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-27 19:59:20 +0100
commitc5aae008dee36276154882d8fd56c3bdeb473474 (patch)
treea40740914847ebf39a5f8cb3acf6a48c8b9d61ef /src/p_redirs_heredoc.h
parentTODO update (diff)
download42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.gz
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.bz2
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.xz
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.zst
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.zip
Now norme
Diffstat (limited to 'src/p_redirs_heredoc.h')
-rw-r--r--src/p_redirs_heredoc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/p_redirs_heredoc.h b/src/p_redirs_heredoc.h
index 66d326a..2ab479d 100644
--- a/src/p_redirs_heredoc.h
+++ b/src/p_redirs_heredoc.h
@@ -13,10 +13,9 @@
#ifndef P_REDIRS_HEREDOC_H
# define P_REDIRS_HEREDOC_H
-# include <stdint.h>
# include "s_struct.h"
-char *p_get_heredoc(const char path[], const int8_t redir, t_msh *msh);
+char *p_get_heredoc(const char path[], const char redir, t_msh *msh);
#endif