summaryrefslogtreecommitdiffstats
path: root/src/p_line.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_line.h (renamed from src/ft_f_redir.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ft_f_redir.h b/src/p_line.h
index 2b99da7..7e8a321 100644
--- a/src/ft_f_redir.h
+++ b/src/p_line.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_f_redir.h :+: :+: :+: */
+/* p_line.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,12 +10,12 @@
/* */
/* ************************************************************************** */
-#ifndef FT_F_REDIR_H
-#define FT_F_REDIR_H
+#ifndef P_LINE_H
+#define P_LINE_H
-#include "ft_s_struct.h"
+#include "s_struct.h"
-void ft_f_redir(const char path[],
+void p_line(char *line,
t_msh *msh);
#endif