From 178eca9d786caa5249a29de5218638da9bf224c9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 28 Jan 2020 16:37:12 +0100 Subject: Good for now, I'll continue later --- src/ft_get_colors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ft_get_colors.c') diff --git a/src/ft_get_colors.c b/src/ft_get_colors.c index 750ebed..1b67447 100644 --- a/src/ft_get_colors.c +++ b/src/ft_get_colors.c @@ -15,7 +15,7 @@ ft_check_digits(const char *word) return (0); } -static int +int ft_get_f_color(char *line, char **words, t_cub *clist) { char **num; @@ -42,7 +42,7 @@ ft_get_f_color(char *line, char **words, t_cub *clist) return (0); } -static int +int ft_get_c_color(char *line, char **words, t_cub *clist) { char **num; -- cgit v1.2.3