X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=inline;f=deanimate.h;fp=deanimate.h;h=ba5b0a6c7ac517ee65c6ba2dc64fdce2f9888269;hb=b9ca7d9fc41033aaee9aaa59132d78be13f01b3f;hp=6553e05124fa7a5dfaea3d4393275e49f9147865;hpb=f0964104e2d5c2cdf398524bee3f91e0feac0c30;p=privoxy.git 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); /*