diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 15:58:16 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 15:58:16 +0200 |
commit | 953ff509aae1e3b37f75a123a36da95e0bed2277 (patch) | |
tree | 2d517f01dfd72a91cf358f00034b600ff84fbdd9 /src/s_com.h | |
parent | Normed p_split (diff) | |
download | 42-minishell-953ff509aae1e3b37f75a123a36da95e0bed2277.tar.gz 42-minishell-953ff509aae1e3b37f75a123a36da95e0bed2277.tar.bz2 42-minishell-953ff509aae1e3b37f75a123a36da95e0bed2277.tar.xz 42-minishell-953ff509aae1e3b37f75a123a36da95e0bed2277.tar.zst 42-minishell-953ff509aae1e3b37f75a123a36da95e0bed2277.zip |
Update
Diffstat (limited to 'src/s_com.h')
-rw-r--r-- | src/s_com.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s_com.h b/src/s_com.h index aad61e2..80c03e1 100644 --- a/src/s_com.h +++ b/src/s_com.h @@ -10,10 +10,10 @@ /* */ /* ************************************************************************** */ -#ifndef S_COM_H -#define S_COM_H +#ifndef FT_S_COM_H +# define FT_S_COM_H -#include "s_struct.h" +# include "s_struct.h" void s_com_destroy(t_com **com); t_com *s_com_new(const char word[], t_msh *msh); |