diff options
Diffstat (limited to 'src/s_init_next.h')
-rw-r--r-- | src/s_init_next.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/s_init_next.h b/src/s_init_next.h new file mode 100644 index 0000000..9ea51ee --- /dev/null +++ b/src/s_init_next.h @@ -0,0 +1,23 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* s_init_next.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FT_S_INIT_NEXT_H +# define FT_S_INIT_NEXT_H + +# include "s_struct.h" + +void s_inc_shlvl(t_msh *msh); +char **s_dupenv_del(char **nenvp, uint64_t i); +char **s_dupenv(char *const envp[]); +void s_set_cwd(char cwd[], t_msh *msh); + +#endif |