diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_loop_next.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/m_loop_next.h b/src/m_loop_next.h index b400e76..d6d1c08 100644 --- a/src/m_loop_next.h +++ b/src/m_loop_next.h @@ -10,17 +10,15 @@ /* */ /* ************************************************************************** */ -#ifndef M_LOOP_NEXT_H -#define M_LOOP_NEXT_H +#ifndef FT_M_LOOP_NEXT_H +# define FT_M_LOOP_NEXT_H -#include <stdint.h> +# include <stdint.h> -#include "s_struct.h" +# include "s_struct.h" char *m_check_multi_backslash(int32_t fd, char line[], t_msh *msh); char *m_check_multi_pipe(int32_t fd, char line[], t_msh *msh); char *m_check_multi_and(int32_t fd, char line[], t_msh *msh); -char *m_check_multi_quotes(int32_t fd, char line[], t_msh *msh); -char *m_check_multis(int32_t fd, char line[], t_msh *msh); #endif |