From: oes <oes@users.sourceforge.net>
Date: Wed, 18 Jul 2001 12:29:05 +0000 (+0000)
Subject: Updated prototype for gif_deanimate
X-Git-Tag: v_2_9_9~240
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/%22javascript:back()/@default-cgi@show-url-info?a=commitdiff_plain;h=b9ca7d9fc41033aaee9aaa59132d78be13f01b3f;p=privoxy.git

Updated prototype for gif_deanimate
---

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);
 
 /*