diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-29 12:36:52 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-29 12:36:52 -0300 |
commit | 898a112f2620bb7ea9d52763efb8755c49ff59e4 (patch) | |
tree | af64a114cac30151dca58e577b8f08833424d4a1 /src/image.hh | |
parent | 518b3517461eb9b298b515cc505b96c09cdd4b4a (diff) |
imported patch dicache-cleanup3
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.hh b/src/image.hh index beccfb21..ea649ebc 100644 --- a/src/image.hh +++ b/src/image.hh @@ -63,8 +63,7 @@ void a_Image_set_parms(DilloImage *Image, void *v_imgbuf, DilloUrl *url, DilloImgType type); void a_Image_set_cmap(DilloImage *Image, const uchar_t *cmap); void a_Image_new_scan(DilloImage *image, void *v_imgbuf); -void a_Image_write(DilloImage *Image, void *v_imgbuf, - const uchar_t *buf, uint_t y, int decode); +void a_Image_write(DilloImage *Image, uint_t y); void a_Image_close(DilloImage *Image); void a_Image_imgbuf_ref(void *v_imgbuf); |