From 3dcf57284e1e83544ed1569e2531061c5a390de3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 3 Oct 2020 16:35:35 +0200 Subject: Normed s_init --- src/s_init.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/s_init.h') diff --git a/src/s_init.h b/src/s_init.h index a598043..f95918b 100644 --- a/src/s_init.h +++ b/src/s_init.h @@ -10,14 +10,14 @@ /* */ /* ************************************************************************** */ -#ifndef S_INIT_H -#define S_INIT_H +#ifndef FT_S_INIT_H +# define FT_S_INIT_H -#include -#include +# include +# include -#include "s_struct.h" +# include "s_struct.h" -t_msh *init_msh(int32_t argc, char *const argv[], char *const envp[]); +t_msh *s_init_msh(int32_t argc, char *const argv[], char *const envp[]); #endif -- cgit v1.2.3