X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=deanimate.h;fp=deanimate.h;h=ab2458935b10d3d24410c64690a155083561283b;hp=0445ef957b25f7b7766e5dc820699b11b641db01;hb=4a1c090df7a6b35c83f067afacb325b5cb84139a;hpb=86713bb82e65f8b7e6dd6d91f59b9a4164ac3034 diff --git a/deanimate.h b/deanimate.h index 0445ef95..ab245893 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.4 2001/07/29 18:50:04 jongfoster Exp $" +#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.5 2002/03/07 03:46:17 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ @@ -40,6 +40,9 @@ * * Revisions : * $Log: deanimate.h,v $ + * Revision 1.5 2002/03/07 03:46:17 oes + * Fixed compiler warnings + * * Revision 1.4 2001/07/29 18:50:04 jongfoster * Fixing "extern C" block, and renaming #define _DEANIMATE_H * @@ -64,7 +67,7 @@ extern "C" { struct binbuffer { char *buffer; - int offset; + size_t offset; size_t size; };