From 02f7b716af3a4d6e63260407bf8b437e9221539e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 10 Aug 2000 22:05:05 +0200
Subject: [PATCH] Fixed prototype.

Rev: src/modules/Image/colortable.h:1.21
---
 src/modules/Image/colortable.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/Image/colortable.h b/src/modules/Image/colortable.h
index 2821a15564..5d29bc0c70 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);
-- 
GitLab