summaryrefslogtreecommitdiffstats
path: root/src/m_redirs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_redirs.h')
-rw-r--r--src/m_redirs.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/m_redirs.h b/src/m_redirs.h
deleted file mode 100644
index fc33758..0000000
--- a/src/m_redirs.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* 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 M_REDIRS_H
-#define M_REDIRS_H
-
-#include "s_struct.h"
-
-void dup_redirs(const t_com *ptr, t_msh *msh);
-
-#endif