Skip to content
Snippets Groups Projects
Commit 9b2cc2ae authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added prototype for image_colortable_cast_to_array().

Rev: src/modules/Image/colortable.h:1.9
parent 1d90b9a8
No related branches found
No related tags found
No related merge requests found
/* /*
**! module Image **! module Image
**! note **! 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 #ifndef PIKE_IMAGE_COLORTABLE_H
...@@ -201,4 +201,6 @@ int image_colortable_map_image(struct neo_colortable *nct, ...@@ -201,4 +201,6 @@ int image_colortable_map_image(struct neo_colortable *nct,
int len, int len,
int rowlen); int rowlen);
void image_colortable_cast_to_array(struct neo_colortable *nct);
#endif /* PIKE_IMAGE_COLORTABLE_H */ #endif /* PIKE_IMAGE_COLORTABLE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment