summaryrefslogtreecommitdiffstats
path: root/src/m_redirs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-03 16:56:17 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-03 16:56:17 +0200
commit2ed2a9d739b6dd3be489792ef510b1f2085ab4ce (patch)
tree54a1a7025c3ebfbe1078ba4afdf43c9fdc37b119 /src/m_redirs.h
parentIn progress (diff)
download42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.gz
42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.bz2
42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.xz
42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.tar.zst
42-minishell-2ed2a9d739b6dd3be489792ef510b1f2085ab4ce.zip
Cleaner headers
Diffstat (limited to 'src/m_redirs.h')
-rw-r--r--src/m_redirs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_redirs.h b/src/m_redirs.h
index 295ea4d..6d1b96a 100644
--- a/src/m_redirs.h
+++ b/src/m_redirs.h
@@ -15,7 +15,6 @@
#include "s_struct.h"
-void dup_redirs(const t_lcom *ptr,
- t_msh *msh);
+void dup_redirs(const t_lcom *ptr, t_msh *msh);
#endif