diff --git a/src/modules/Image/colortable.h b/src/modules/Image/colortable.h index 2821a15564e30e47c8b8577f086eb91a5c016889..5d29bc0c708d05babdfa62d7ea5c01d6c8df1da4 100644 --- a/src/modules/Image/colortable.h +++ b/src/modules/Image/colortable.h @@ -1,7 +1,7 @@ /* **! module Image **! note -**! $Id: colortable.h,v 1.20 2000/08/10 16:56:10 grubba Exp $ +**! $Id: colortable.h,v 1.21 2000/08/10 20:05:05 grubba Exp $ */ #ifdef PIKE_IMAGE_COLORTABLE_H @@ -190,7 +190,7 @@ void image_colortable_get_index_line(struct neo_colortable *nct, int len, struct nct_dither *dith); -int image_colortable_size(struct neo_colortable *nct); +ptrdiff_t image_colortable_size(struct neo_colortable *nct); void image_colortable_write_rgb(struct neo_colortable *nct, unsigned char *dest);