From 9b2cc2ae82724637aabe50aa48b6fd491e4e2e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 11 Nov 1997 04:31:59 +0100 Subject: [PATCH] Added prototype for image_colortable_cast_to_array(). Rev: src/modules/Image/colortable.h:1.9 --- src/modules/Image/colortable.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/Image/colortable.h b/src/modules/Image/colortable.h index 664513f977..6da5048f7b 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 */ -- GitLab