From b9ca7d9fc41033aaee9aaa59132d78be13f01b3f Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 18 Jul 2001 12:29:05 +0000 Subject: [PATCH] Updated prototype for gif_deanimate --- deanimate.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deanimate.h b/deanimate.h index 6553e051..ba5b0a6c 100644 --- a/deanimate.h +++ b/deanimate.h @@ -1,6 +1,6 @@ #ifndef _DEANIMATE_H #define _DEANIMATE_H -#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.1 2001/07/13 13:40:09 oes Exp $" +#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.2 2001/07/13 13:46:20 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ @@ -40,6 +40,9 @@ * * Revisions : * $Log: deanimate.h,v $ + * Revision 1.2 2001/07/13 13:46:20 oes + * Introduced GIF deanimation feature + * * *********************************************************************/ @@ -58,7 +61,7 @@ struct binbuffer /* * Function prototypes */ -extern int gif_deanimate(struct binbuffer *src, struct binbuffer *dst); +extern int gif_deanimate(struct binbuffer *src, struct binbuffer *dst, int get_first_image); extern void buf_free(struct binbuffer *buf); /* -- 2.39.2