summaryrefslogtreecommitdiffstats
path: root/src/s_init_next.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-12-18 21:04:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-12-18 21:04:29 +0100
commitf543cdc19dae32a70e7efae35f499008bacb2f6b (patch)
tree59ddbdfe412ba4d0f69d9b798cd9e70836d95919 /src/s_init_next.h
parentRemoved TODO.org (diff)
parentqweqweqweqwe (diff)
download42-minishell-f543cdc19dae32a70e7efae35f499008bacb2f6b.tar.gz
42-minishell-f543cdc19dae32a70e7efae35f499008bacb2f6b.tar.bz2
42-minishell-f543cdc19dae32a70e7efae35f499008bacb2f6b.tar.xz
42-minishell-f543cdc19dae32a70e7efae35f499008bacb2f6b.tar.zst
42-minishell-f543cdc19dae32a70e7efae35f499008bacb2f6b.zip
Merge branch 'master' of jozanleclerc.xyz:42-minishell
Diffstat (limited to '')
-rw-r--r--src/s_init_next.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s_init_next.h b/src/s_init_next.h
index 650e795..f967dea 100644
--- a/src/s_init_next.h
+++ b/src/s_init_next.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* s_init_next.h :+: :+: :+: */
+/* c_init.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -18,6 +18,5 @@
char s_inc_shlvl(t_msh *msh);
char **s_dupenv_del(char **nenvp, unsigned long i);
char **s_dupenv(char *const envp[]);
-void s_set_cwd(char cwd[], t_msh *msh);
#endif