summaryrefslogtreecommitdiffstats
path: root/src/m_loop_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 19:14:01 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 19:14:01 +0200
commit426399f98b6cf68c2eee448de49ea091ac7a0562 (patch)
treee68f2f1ed1fca3bd54d7525d81f29e1bd6836703 /src/m_loop_next.h
parentRenormed m_loop (diff)
download42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.gz
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.bz2
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.xz
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.zst
42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.zip
Normed m_loop
Diffstat (limited to '')
-rw-r--r--src/m_loop_next.h10
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