summaryrefslogtreecommitdiff
path: root/src/gui/gui-color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-color.h')
-rw-r--r--src/gui/gui-color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h
index 853fcd79d..5d199a67f 100644
--- a/src/gui/gui-color.h
+++ b/src/gui/gui-color.h
@@ -153,6 +153,7 @@ extern const char *gui_color_get_custom (const char *color_name);
extern char *gui_color_decode (const char *string, const char *replacement);
extern char *gui_color_string_replace_colors (const char *string);
extern void gui_color_free (struct t_gui_color *color);
+extern void gui_color_palette_alloc ();
extern int gui_color_palette_get_alias (const char *alias);
extern struct t_gui_color_palette *gui_color_palette_get (int number);
extern void gui_color_palette_add (int number, const char *value);