diff options
Diffstat (limited to '')
-rw-r--r-- | src/s_init.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 <stdlib.h> -#include <stdint.h> +# include <stdlib.h> +# include <stdint.h> -#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 |