summaryrefslogtreecommitdiffstats
path: root/src/ft_s_lcom.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_s_lcom.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/ft_s_lcom.h b/src/ft_s_lcom.h
deleted file mode 100644
index ea78d6f..0000000
--- a/src/ft_s_lcom.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* ft_s_lcom.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_S_LCOM_H
-#define FT_S_LCOM_H
-
-#include "ft_s_struct.h"
-
-void ft_lcom_add_back(t_lcom **alcom, t_lcom *new);
-void ft_lcom_clear(t_lcom **lcom);
-t_lcom *ft_lcom_new(const char word[], t_msh *msh);
-t_lcom *ft_lcom_last(t_lcom *lcom);
-
-#endif