X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=encode.c;h=58ba50141d2ecaca44c01753cd2823d578d20ac9;hp=3ce4cc5646a13ecf26e5be33d999a3a38053b0ef;hb=5ca53f92bc634c20fed90f338ac41561f87b834c;hpb=b04a51574a3ddc6db9e5d340e08730cc5e659ee5 diff --git a/encode.c b/encode.c index 3ce4cc56..58ba5014 100644 --- a/encode.c +++ b/encode.c @@ -1,4 +1,3 @@ -const char encode_rcs[] = "$Id: encode.c,v 1.28 2012/12/27 15:48:53 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/encode.c,v $ @@ -44,8 +43,6 @@ const char encode_rcs[] = "$Id: encode.c,v 1.28 2012/12/27 15:48:53 fabiankeil E #include "miscutil.h" #include "encode.h" -const char encode_h_rcs[] = ENCODE_H_VERSION; - /* Maps special characters in a URL to their equivalent % codes. */ static const char url_code_map[256][4] = { "", "%01", "%02", "%03", "%04", "%05", "%06", "%07", "%08", "%09",