summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom_next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_p_lcom_next.h')
-rw-r--r--src/ft_p_lcom_next.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/ft_p_lcom_next.h b/src/ft_p_lcom_next.h
deleted file mode 100644
index 54eefd2..0000000
--- a/src/ft_p_lcom_next.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* ft_p_lcom_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_P_LCOM_NEXT_H
-#define FT_P_LCOM_NEXT_H
-
-#include <stdint.h>
-
-#include "ft_s_struct.h"
-
-char **ft_subst_vars(char *words[],
- t_msh *msh);
-char **ft_subst_args(const char word[],
- int8_t redir);
-
-#endif