summaryrefslogtreecommitdiffstats
path: root/src/m_loop_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-01 18:28:12 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-01 18:28:12 +0200
commit70e3b4133b89e4e77a67139ccaa37322e2507e49 (patch)
treef288fbaad300075c16b6a5385d860b142fa59ba9 /src/m_loop_next.h
parentCool (diff)
download42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.gz
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.bz2
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.xz
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.zst
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.zip
Added quotes multiline
Diffstat (limited to 'src/m_loop_next.h')
-rw-r--r--src/m_loop_next.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_loop_next.h b/src/m_loop_next.h
index 225e2ed..b4ca62c 100644
--- a/src/m_loop_next.h
+++ b/src/m_loop_next.h
@@ -20,6 +20,7 @@
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);
#endif