X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=deanimate.h;h=81a26fd868ac2f29b595ed18fa6ee4e590fc21d7;hp=906dcfc32bdec59747bcfb576221d815ef58fe7b;hb=ea5872766ee4bb5234afccb18b783ce5da4a582b;hpb=2ea445791e6e23bc759c7e8a5bc4837391016c53 diff --git a/deanimate.h b/deanimate.h index 906dcfc3..81a26fd8 100644 --- a/deanimate.h +++ b/deanimate.h @@ -1,6 +1,6 @@ #ifndef DEANIMATE_H_INCLUDED #define DEANIMATE_H_INCLUDED -#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.10 2006/07/18 14:48:45 david__schmidt Exp $" +#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.11 2007/01/12 15:41:00 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ @@ -8,10 +8,8 @@ * Purpose : Declares functions to manipulate binary images on the * fly. High-level functions include: * - Deanimation of GIF images - * - Fixup of malformed comment block in JPEG headers * - * Functions declared include: gif_deanimate, buf_free, - * jpeg_inspect + * Functions declared include: gif_deanimate and buf_free. * * * Copyright : Written by and Copyright (C) 2001 - 2004 by the the @@ -44,6 +42,9 @@ * * Revisions : * $Log: deanimate.h,v $ + * Revision 1.11 2007/01/12 15:41:00 fabiankeil + * Remove some white space at EOL. + * * Revision 1.10 2006/07/18 14:48:45 david__schmidt * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) * with what was really the latest development (the v_3_0_branch branch) @@ -101,7 +102,6 @@ struct binbuffer * Function prototypes */ extern int gif_deanimate(struct binbuffer *src, struct binbuffer *dst, int get_first_image); -extern int jpeg_inspect(struct binbuffer *src, struct binbuffer *dst); extern void buf_free(struct binbuffer *buf); /*