diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:35:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:35:09 +0200 |
commit | cad4c0e70d39a6ad5637f629df28bf8e2088c168 (patch) | |
tree | b4ef33bc0665a8a12000d63ad953cfe7a7dd07ce /src/f_redir.h | |
parent | Normed f_com (diff) | |
download | 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.gz 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.bz2 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.xz 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.zst 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.zip |
Normed multiple fs
Diffstat (limited to '')
-rw-r--r-- | src/f_redir.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_redir.h b/src/f_redir.h index 450fce5..ddb3c79 100644 --- a/src/f_redir.h +++ b/src/f_redir.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef F_REDIR_H -#define F_REDIR_H +#ifndef FT_F_REDIR_H +# define FT_F_REDIR_H -#include "s_struct.h" +# include "s_struct.h" void f_redir(const char path[], t_msh *msh); |