summaryrefslogtreecommitdiffstats
path: root/src/ft_e_externs_pipes.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-05-11 16:53:04 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-05-11 16:53:04 +0200
commit0b7c8e6192771f10289c330ef26ace35050a614e (patch)
tree95c6fb403090a93a0fa55ec030b24af25858cbdc /src/ft_e_externs_pipes.h
parentRemoved bloat (diff)
download42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.gz
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.bz2
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.xz
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.tar.zst
42-minishell-0b7c8e6192771f10289c330ef26ace35050a614e.zip
New files
Diffstat (limited to 'src/ft_e_externs_pipes.h')
-rw-r--r--src/ft_e_externs_pipes.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ft_e_externs_pipes.h b/src/ft_e_externs_pipes.h
new file mode 100644
index 0000000..435c795
--- /dev/null
+++ b/src/ft_e_externs_pipes.h
@@ -0,0 +1,20 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* ft_e_externs_pipes.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_E_EXTERNS_PIPES_H
+#define FT_E_EXTERNS_PIPES_H
+
+#include "ft_s_struct.h"
+
+void ft_e_externs_pipes(struct s_lpipes *ptr, t_msh *msh);
+
+#endif