summaryrefslogtreecommitdiffstats
path: root/src/p_redirs_heredoc.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:30:51 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:30:51 +0200
commita28466680bf506756202197070e2836904009670 (patch)
treeff370f94779b3a1612d451b958d84585ca83ce32 /src/p_redirs_heredoc.h
parentRenormed (diff)
download42-minishell-a28466680bf506756202197070e2836904009670.tar.gz
42-minishell-a28466680bf506756202197070e2836904009670.tar.bz2
42-minishell-a28466680bf506756202197070e2836904009670.tar.xz
42-minishell-a28466680bf506756202197070e2836904009670.tar.zst
42-minishell-a28466680bf506756202197070e2836904009670.zip
Normed p_heredoc
Diffstat (limited to 'src/p_redirs_heredoc.h')
-rw-r--r--src/p_redirs_heredoc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/p_redirs_heredoc.h b/src/p_redirs_heredoc.h
index 91803ac..158c2e5 100644
--- a/src/p_redirs_heredoc.h
+++ b/src/p_redirs_heredoc.h
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef P_REDIRS_HEREDOC_H
-#define P_REDIRS_HEREDOC_H
+#ifndef FT_P_REDIRS_HEREDOC_H
+# define FT_P_REDIRS_HEREDOC_H
-#include <stdint.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
char *p_get_heredoc(const char path[], const int8_t redir, t_msh *msh);