summaryrefslogtreecommitdiffstats
path: root/src/m_redirs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_redirs.h (renamed from src/ft_e_pipes.h)11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ft_e_pipes.h b/src/m_redirs.h
index f801b21..295ea4d 100644
--- a/src/ft_e_pipes.h
+++ b/src/m_redirs.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_e_pipes.h :+: :+: :+: */
+/* m_redirs.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,11 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef FT_E_PIPES_H
-#define FT_E_PIPES_H
+#ifndef M_REDIRS_H
+#define M_REDIRS_H
-#include "ft_s_struct.h"
+#include "s_struct.h"
-void ft_e_pipes(t_lcom *ptr, t_msh *msh);
+void dup_redirs(const t_lcom *ptr,
+ t_msh *msh);
#endif