X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=deanimate.h;h=2f329e74c8469c2d9cb5486669555fd8c346ce7b;hp=c5f1cad510d91fa8d8b3a32e73ed4c7bba4f6ed9;hb=c4fe56c65d954f517b56ab46165163cab92e5daa;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/deanimate.h b/deanimate.h index c5f1cad5..2f329e74 100644 --- a/deanimate.h +++ b/deanimate.h @@ -1,6 +1,5 @@ #ifndef DEANIMATE_H_INCLUDED #define DEANIMATE_H_INCLUDED -#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.13 2009/05/16 13:27:20 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/deanimate.h,v $ @@ -43,10 +42,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - /* * A struct that holds a buffer, a read/write offset, * and the buffer's capacity. @@ -64,15 +59,6 @@ struct binbuffer extern int gif_deanimate(struct binbuffer *src, struct binbuffer *dst, int get_first_image); extern void buf_free(struct binbuffer *buf); -/* - * Revision control strings from this header and associated .c file - */ -extern const char deanimate_rcs[]; -extern const char deanimate_h_rcs[]; - -#ifdef __cplusplus -} /* extern "C" */ -#endif #endif /* ndef DEANIMATE_H_INCLUDED */