diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 14:53:38 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 14:53:38 +0200 |
commit | 2b8a9a4e630483e20920be858aea3cd75af1f6e3 (patch) | |
tree | 5af82b904858e000a46ae82a049ebad882dd7ba4 | |
parent | Normed stuff (diff) | |
download | 42-minishell-2b8a9a4e630483e20920be858aea3cd75af1f6e3.tar.gz 42-minishell-2b8a9a4e630483e20920be858aea3cd75af1f6e3.tar.bz2 42-minishell-2b8a9a4e630483e20920be858aea3cd75af1f6e3.tar.xz 42-minishell-2b8a9a4e630483e20920be858aea3cd75af1f6e3.tar.zst 42-minishell-2b8a9a4e630483e20920be858aea3cd75af1f6e3.zip |
Normed p_lblock_next
Diffstat (limited to '')
-rw-r--r-- | src/p_lblock_next.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_lblock_next.h b/src/p_lblock_next.h index fecb50f..5ee27ed 100644 --- a/src/p_lblock_next.h +++ b/src/p_lblock_next.h @@ -18,7 +18,6 @@ # include "s_struct.h" -/* char **p_subst_args(const char word[], int8_t redir); */ char **p_check_args_equals(char *words[], t_msh *msh); #endif |