summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/color_palette.c2
-rw-r--r--src/util/color_palette.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/util/color_palette.c b/src/util/color_palette.c
index bd923e8..f12d1f8 100644
--- a/src/util/color_palette.c
+++ b/src/util/color_palette.c
@@ -34,7 +34,7 @@ static char *normal_colors[16] = {
};
#endif
-bool camu_color_palette_init(str *path)
+bool camu_colors_maybe_init(str *path)
{
#ifdef NAUNET_HAS_JSON
struct nn_file file;
diff --git a/src/util/color_palette.h b/src/util/color_palette.h
index a71360c..7330135 100644
--- a/src/util/color_palette.h
+++ b/src/util/color_palette.h
@@ -32,4 +32,4 @@ struct camu_color_palette {
extern struct camu_color_palette global_color_palette;
-bool camu_color_palette_init(str *path);
+bool camu_colors_maybe_init(str *path);