diff options
Diffstat (limited to 'src/ft_f_redir.h')
-rw-r--r-- | src/ft_f_redir.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/ft_f_redir.h b/src/ft_f_redir.h deleted file mode 100644 index 2b99da7..0000000 --- a/src/ft_f_redir.h +++ /dev/null @@ -1,21 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_f_redir.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_F_REDIR_H -#define FT_F_REDIR_H - -#include "ft_s_struct.h" - -void ft_f_redir(const char path[], - t_msh *msh); - -#endif |