From 487a66394061f2d14a2fa421302966b5442d643f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 27 Jul 2020 18:55:07 +0200 Subject: I couldn't see shit --- src/f_redir.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/f_redir.h (limited to 'src/f_redir.h') diff --git a/src/f_redir.h b/src/f_redir.h new file mode 100644 index 0000000..25f53cf --- /dev/null +++ b/src/f_redir.h @@ -0,0 +1,21 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* f_redir.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef F_REDIR_H +#define F_REDIR_H + +#include "s_struct.h" + +void f_redir(const char path[], + t_msh *msh); + +#endif -- cgit v1.2.3 From 2ed2a9d739b6dd3be489792ef510b1f2085ab4ce Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 3 Aug 2020 16:56:17 +0200 Subject: Cleaner headers --- src/f_redir.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/f_redir.h') diff --git a/src/f_redir.h b/src/f_redir.h index 25f53cf..450fce5 100644 --- a/src/f_redir.h +++ b/src/f_redir.h @@ -15,7 +15,6 @@ #include "s_struct.h" -void f_redir(const char path[], - t_msh *msh); +void f_redir(const char path[], t_msh *msh); #endif -- cgit v1.2.3