summaryrefslogtreecommitdiffstats
path: root/src/ft_e_lcom.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-20 22:24:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-20 22:24:25 +0200
commitfe24a254415b38952eeef8f0ca4e830549360850 (patch)
treef51808f7ed9ccc7840878de4d1c9d5408c6eaa45 /src/ft_e_lcom.h
parentWrong address (diff)
download42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.gz
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.bz2
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.xz
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.zst
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.zip
Pretty good start
Diffstat (limited to '')
-rw-r--r--src/ft_e_lcom.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_e_lcom.h b/src/ft_e_lcom.h
index a273388..ccb1db4 100644
--- a/src/ft_e_lcom.h
+++ b/src/ft_e_lcom.h
@@ -16,7 +16,6 @@
#include <stdint.h>
#include "ft_s_struct.h"
-int32_t ft_e_lcom(t_lcom *lcom,
- t_msh *msh);
+int32_t ft_e_lcom(t_msh *msh);
#endif