diff options
author | joe <rbousset@42lyon.fr> | 2020-11-25 13:23:10 +0100 |
---|---|---|
committer | joe <rbousset@42lyon.fr> | 2020-11-25 13:38:34 +0100 |
commit | a531dbf791b990e1b6a772a5ff0b927d6dc72ed9 (patch) | |
tree | 6549573f56d158502254e3467dfb9556b412040b /src/m_loop_multis.h | |
parent | TODO update (diff) | |
download | 42-minishell-a531dbf791b990e1b6a772a5ff0b927d6dc72ed9.tar.gz 42-minishell-a531dbf791b990e1b6a772a5ff0b927d6dc72ed9.tar.bz2 42-minishell-a531dbf791b990e1b6a772a5ff0b927d6dc72ed9.tar.xz 42-minishell-a531dbf791b990e1b6a772a5ff0b927d6dc72ed9.tar.zst 42-minishell-a531dbf791b990e1b6a772a5ff0b927d6dc72ed9.zip |
Cleaner
Diffstat (limited to '')
-rw-r--r-- | src/m_loop_multis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_loop_multis.h b/src/m_loop_multis.h index ddef634..a8348e9 100644 --- a/src/m_loop_multis.h +++ b/src/m_loop_multis.h @@ -15,7 +15,6 @@ # include "s_struct.h" -char *m_check_multi_quotes(int fd, char line[], t_msh *msh); char *m_check_multis(int fd, char line[], t_msh *msh); #endif |