diff options
Diffstat (limited to 'src/dicache.h')
-rw-r--r-- | src/dicache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dicache.h b/src/dicache.h index df8a8b89..f1819b12 100644 --- a/src/dicache.h +++ b/src/dicache.h @@ -61,7 +61,7 @@ void a_Dicache_callback(int Op, CacheClient_t *Client); void a_Dicache_set_parms(DilloUrl *url, int version, DilloImage *Image, uint_t width, uint_t height, DilloImgType type, double gamma); -void a_Dicache_set_cmap(DilloUrl *url, int version, DilloImage *Image, +void a_Dicache_set_cmap(DilloUrl *url, int version, int bg_color, const uchar_t *cmap, uint_t num_colors, int num_colors_max, int bg_index); void a_Dicache_new_scan(const DilloUrl *url, int version); |