Fixed a typo in configure.in
[privoxy.git] / deanimate.h
index ed5ccf2..ba5b0a6 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef _DEANIMATE_H
 #define _DEANIMATE_H
-#define DEANIMATE_H_VERSION "$Id: $"
+#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.2 2001/07/13 13:46:20 oes Exp $"
 /*********************************************************************
  *
- * File        :  $Source:  $
+ * File        :  $Source: /cvsroot/ijbswa/current/deanimate.h,v $
  *
  * Purpose     :  Declares functions to deanimate GIF images on the fly.
  *                
@@ -39,7 +39,9 @@
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: $
+ *    $Log: deanimate.h,v $
+ *    Revision 1.2  2001/07/13 13:46:20  oes
+ *    Introduced GIF deanimation feature
  *
  *
  *********************************************************************/
@@ -59,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);
 
 /*