aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_colors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_colors.c')
-rw-r--r--src/ft_get_colors.c4
1 files changed, 2 insertions, 2 deletions
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;