summaryrefslogtreecommitdiffstats
path: root/src/m_loop_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:44:17 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:44:17 +0200
commit054058a9fe42d747fd9bc3444ddefbe87106ac1c (patch)
treefdcc232e3c71f4ceb6bb8f7f1106ec5d925b87ee /src/m_loop_next.h
parentNormed m_init (diff)
download42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.gz
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.bz2
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.xz
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.tar.zst
42-minishell-054058a9fe42d747fd9bc3444ddefbe87106ac1c.zip
Normed m_loop
Diffstat (limited to '')
-rw-r--r--src/m_loop_next.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_loop_next.h b/src/m_loop_next.h
index b4ca62c..b400e76 100644
--- a/src/m_loop_next.h
+++ b/src/m_loop_next.h
@@ -21,6 +21,6 @@ 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