X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=encode.h;h=f4acb24cc8e599c998c7b8cda7bd5ec652ece9ac;hp=305c40210765053b535336a3a6693114a2c04154;hb=5ca53f92bc634c20fed90f338ac41561f87b834c;hpb=3010d66d9bf05c41787d589e6a9584dbbded8206 diff --git a/encode.h b/encode.h index 305c4021..f4acb24c 100644 --- a/encode.h +++ b/encode.h @@ -1,6 +1,5 @@ #ifndef ENCODE_H_INCLUDED #define ENCODE_H_INCLUDED -#define ENCODE_H_VERSION "$Id: encode.h,v 1.13 2013/11/24 14:23:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/encode.h,v $ @@ -43,10 +42,6 @@ extern int xtoi(const char *s); extern char * html_encode_and_free_original(char *s); extern char * percent_encode_url(const char *s); -/* Revision control strings from this header and associated .c file */ -extern const char encode_rcs[]; -extern const char encode_h_rcs[]; - #endif /* ndef ENCODE_H_INCLUDED */ /*