summaryrefslogtreecommitdiffstats
path: root/src/e_redirs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 18:39:36 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 18:39:36 +0200
commit8b0cb4d5817c8577e8009b6488cb623c183c2dc6 (patch)
tree154f5a8612c949f3ce70b6eb5fb7af60a08bc151 /src/e_redirs.h
parentTODO file update (diff)
download42-minishell-8b0cb4d5817c8577e8009b6488cb623c183c2dc6.tar.gz
42-minishell-8b0cb4d5817c8577e8009b6488cb623c183c2dc6.tar.bz2
42-minishell-8b0cb4d5817c8577e8009b6488cb623c183c2dc6.tar.xz
42-minishell-8b0cb4d5817c8577e8009b6488cb623c183c2dc6.tar.zst
42-minishell-8b0cb4d5817c8577e8009b6488cb623c183c2dc6.zip
Pretty damn fine
Diffstat (limited to 'src/e_redirs.h')
-rw-r--r--src/e_redirs.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/e_redirs.h b/src/e_redirs.h
new file mode 100644
index 0000000..7fddea0
--- /dev/null
+++ b/src/e_redirs.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* e_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 M_REDIRS_H
+#define M_REDIRS_H
+
+#include "s_struct.h"
+
+void e_dup_redirs(const t_com *com, t_msh *msh);
+
+#endif