diff --git a/src/modules/Image/colortable.h b/src/modules/Image/colortable.h index 664513f977275275285b23dbdc11c71b53d59389..6da5048f7b343b96fde7c9a924d97b44514e6782 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.8 1997/11/09 15:39:39 grubba Exp $ +**! $Id: colortable.h,v 1.9 1997/11/11 03:31:59 grubba Exp $ */ #ifndef PIKE_IMAGE_COLORTABLE_H @@ -201,4 +201,6 @@ int image_colortable_map_image(struct neo_colortable *nct, int len, int rowlen); +void image_colortable_cast_to_array(struct neo_colortable *nct); + #endif /* PIKE_IMAGE_COLORTABLE_H */