summaryrefslogtreecommitdiffstats
path: root/src/ft_m_prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_m_prompt.h')
-rw-r--r--src/ft_m_prompt.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/ft_m_prompt.h b/src/ft_m_prompt.h
deleted file mode 100644
index 2725539..0000000
--- a/src/ft_m_prompt.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* ft_m_prompt.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_M_PROMPT_H
-#define FT_M_PROMPT_H
-
-#include "ft_s_struct.h"
-
-void ft_m_prompt(t_msh *msh);
-void ft_m_cont_prompt(void);
-#endif