From 426399f98b6cf68c2eee448de49ea091ac7a0562 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 1 Oct 2020 19:14:01 +0200 Subject: Normed m_loop --- src/m_loop_next.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/m_loop_next.h') 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 +# include -#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 -- cgit v1.2.3