diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-20 15:24:18 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-20 15:24:18 +0200 |
commit | 00f646697e6d30d047e0b1e09ae0e55d216ce730 (patch) | |
tree | eb9a7a0734ba0caf46debb0fe7a30442f84af743 /src/p_lblock.h | |
parent | Redirs rework in progress (diff) | |
download | 42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.gz 42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.bz2 42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.xz 42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.tar.zst 42-minishell-00f646697e6d30d047e0b1e09ae0e55d216ce730.zip |
In progress
Diffstat (limited to 'src/p_lblock.h')
-rw-r--r-- | src/p_lblock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_lblock.h b/src/p_lblock.h index 8247cfb..b5052f3 100644 --- a/src/p_lblock.h +++ b/src/p_lblock.h @@ -17,7 +17,6 @@ #include "s_struct.h" -int8_t p_get_redirs(const char word[], t_com **com); int8_t p_line_block(const char line[], t_msh *msh); #endif |