diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_f_redir.h (renamed from src/ft_f_file.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ft_f_file.h b/src/ft_f_redir.h index 964dcf9..2b99da7 100644 --- a/src/ft_f_file.h +++ b/src/ft_f_redir.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_f_file.h :+: :+: :+: */ +/* ft_f_redir.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_FILE_H -#define FT_F_FILE_H +#ifndef FT_F_REDIR_H +#define FT_F_REDIR_H #include "ft_s_struct.h" -void ft_f_file(const char path[], +void ft_f_redir(const char path[], t_msh *msh); #endif |