summaryrefslogtreecommitdiff
path: root/ui/vnc-palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/vnc-palette.h')
-rw-r--r--ui/vnc-palette.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/vnc-palette.h b/ui/vnc-palette.h
index f57d0e7405..c646e4d0f0 100644
--- a/ui/vnc-palette.h
+++ b/ui/vnc-palette.h
@@ -51,6 +51,7 @@ typedef struct VncPalette {
} VncPalette;
VncPalette *palette_new(size_t max, int bpp);
+void palette_init(VncPalette *palette, size_t max, int bpp);
void palette_destroy(VncPalette *palette);
int palette_put(VncPalette *palette, uint32_t color);