From 8feccd3e9bb0863ba171af3a377105cbc700f4bc Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 5 Sep 2002 08:04:13 +0000 Subject: [PATCH] okay, maybe it needs to be this way --- include/rle.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/rle.h b/include/rle.h index af4c86cb..a5b35bae 100644 --- a/include/rle.h +++ b/include/rle.h @@ -33,15 +33,13 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. * */ - - #ifndef _RLE_H #define _RLE_H #include "pstypes.h" #include "gr.h" -void gr_rle_decode( ubyte * src, ubyte * dest ); +void gr_rle_decode( ubyte * src, ubyte * dest, int dest_len ); int gr_rle_encode( int org_size, ubyte *src, ubyte *dest ); int gr_rle_getsize( int org_size, ubyte *src ); ubyte * gr_rle_find_xth_pixel( ubyte *src, int x,int * count, ubyte color ); -- 2.39.2