diff options
Diffstat (limited to '')
-rw-r--r-- | src/f_errno.h (renamed from src/ft_m_redirs.h) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ft_m_redirs.h b/src/f_errno.h index 9021cb8..75a6159 100644 --- a/src/ft_m_redirs.h +++ b/src/f_errno.h @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_m_redirs.h :+: :+: :+: */ +/* f_errno.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -10,12 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_REDIRS_H -#define FT_M_REDIRS_H +#ifndef F_ERRNO_H +#define F_ERRNO_H -#include "ft_s_struct.h" +#include "s_struct.h" -void ft_dup_redirs(const t_lcom *ptr, +void f_dump_errno(const char concern[], t_msh *msh); #endif |