summaryrefslogtreecommitdiffstats
path: root/src/p_lblock_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_lblock_next.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/p_lblock_next.h b/src/p_lblock_next.h
index 4ffdfcf..7af7881 100644
--- a/src/p_lblock_next.h
+++ b/src/p_lblock_next.h
@@ -10,18 +10,17 @@
/* */
/* ************************************************************************** */
-#ifndef P_LCOM_NEXT_H
-#define P_LCOM_NEXT_H
+#ifndef FT_P_LCOM_NEXT_H
+# define FT_P_LCOM_NEXT_H
-#include <libft.h>
-#include <stdint.h>
+# include <libft.h>
+# include <stdint.h>
-#include "s_struct.h"
+# include "s_struct.h"
void p_subst_vars(char word[], t_msh *msh);
size_t p_subst_alias(char word[], t_bool reset, t_msh *msh);
char **p_subst_args(const char word[], int8_t redir);
-char **p_subst_home(char *word[], t_msh *msh);
char **p_check_args_equals(char *words[], t_msh *msh);
#endif