summaryrefslogtreecommitdiffstats
path: root/src/b_alias_print.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_alias_print.h (renamed from src/e_externs_next.h)9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/e_externs_next.h b/src/b_alias_print.h
index db03bac..a3d2ee3 100644
--- a/src/e_externs_next.h
+++ b/src/b_alias_print.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* e_externs_next.h :+: :+: :+: */
+/* b_alias_print.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,12 +10,11 @@
/* */
/* ************************************************************************** */
-#ifndef E_EXTERNS_NEXT_H
-#define E_EXTERNS_NEXT_H
+#ifndef B_ALIAS_PRINT_H
+#define B_ALIAS_PRINT_H
#include "s_struct.h"
-char **get_env_path(t_msh *msh);
-char *search_in_path(const char com[], char *envpath[], t_msh *msh);
+void b_print_alias_list(t_msh *msh);
#endif