summaryrefslogtreecommitdiffstats
path: root/src/s_com.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:58:16 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:58:16 +0200
commit953ff509aae1e3b37f75a123a36da95e0bed2277 (patch)
tree2d517f01dfd72a91cf358f00034b600ff84fbdd9 /src/s_com.h
parentNormed p_split (diff)
download42-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.h6
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);