summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_color.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_color.h')
-rw-r--r--apps/graphics/traveler/include/trv_color.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/graphics/traveler/include/trv_color.h b/apps/graphics/traveler/include/trv_color.h
index 0a2cf78bb..8252b6b9b 100644
--- a/apps/graphics/traveler/include/trv_color.h
+++ b/apps/graphics/traveler/include/trv_color.h
@@ -70,7 +70,8 @@ struct trv_color_lum_s
* Public Function Prototypes
****************************************************************************/
-bool trv_color_allocate(FAR struct trv_palette_s *pinfo);
+void trv_color_allocate(FAR struct trv_palette_s *pinfo);
+void trv_color_endmapping(void);
void trv_color_free(FAR struct trv_palette_s *pinfo);
trv_pixel_t trv_color_rgb2pixel(FAR struct trv_color_rgb_s *pixel);
void trv_color_pixel2lum(trv_pixel_t pixel, FAR struct trv_color_lum_s *lum);