summaryrefslogtreecommitdiffstats
path: root/src/p_redirs_heredoc.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-28 19:34:00 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-28 19:34:00 +0200
commit4df7b992eac08144283cfc589c2a8bc6f4c136ee (patch)
tree291bbce77b0f5b609ced0108757b27b3483471da /src/p_redirs_heredoc.h
parentNew libft funcs (diff)
download42-minishell-4df7b992eac08144283cfc589c2a8bc6f4c136ee.tar.gz
42-minishell-4df7b992eac08144283cfc589c2a8bc6f4c136ee.tar.bz2
42-minishell-4df7b992eac08144283cfc589c2a8bc6f4c136ee.tar.xz
42-minishell-4df7b992eac08144283cfc589c2a8bc6f4c136ee.tar.zst
42-minishell-4df7b992eac08144283cfc589c2a8bc6f4c136ee.zip
Fix redirs done
Diffstat (limited to 'src/p_redirs_heredoc.h')
-rw-r--r--src/p_redirs_heredoc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/p_redirs_heredoc.h b/src/p_redirs_heredoc.h
index 15d6e70..91803ac 100644
--- a/src/p_redirs_heredoc.h
+++ b/src/p_redirs_heredoc.h
@@ -13,8 +13,10 @@
#ifndef P_REDIRS_HEREDOC_H
#define P_REDIRS_HEREDOC_H
+#include <stdint.h>
+
#include "s_struct.h"
-char *p_get_heredoc(const char path[], t_msh *msh);
+char *p_get_heredoc(const char path[], const int8_t redir, t_msh *msh);
#endif