summaryrefslogtreecommitdiffstats
path: root/src/ft_m_redirs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 20:13:04 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-23 20:13:04 +0200
commit2274253667db7bb8c52440ec1b79d6106482b44b (patch)
treee3ca092c988656596113826ab667e8c07621e7e1 /src/ft_m_redirs.h
parentI am happy (diff)
download42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.gz
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.bz2
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.xz
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.tar.zst
42-minishell-2274253667db7bb8c52440ec1b79d6106482b44b.zip
Not bad tbh
Diffstat (limited to '')
-rw-r--r--src/ft_m_redirs.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ft_m_redirs.h b/src/ft_m_redirs.h
new file mode 100644
index 0000000..9021cb8
--- /dev/null
+++ b/src/ft_m_redirs.h
@@ -0,0 +1,21 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_m_redirs.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef FT_M_REDIRS_H
+#define FT_M_REDIRS_H
+
+#include "ft_s_struct.h"
+
+void ft_dup_redirs(const t_lcom *ptr,
+ t_msh *msh);
+
+#endif