X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=encode.h;fp=encode.h;h=1329042b3e9237ccc6d0abf966726aaf26ecd62b;hp=c6d939404ae3d80421cdfc2141a5578fc5b8dcb8;hb=6ef17a2fe3300dc395522d35997f3e6d6490fa70;hpb=9b87e59614c7e19ed0b40d9037fbf77ae9871214 diff --git a/encode.h b/encode.h index c6d93940..1329042b 100644 --- a/encode.h +++ b/encode.h @@ -1,6 +1,6 @@ #ifndef ENCODE_H_INCLUDED #define ENCODE_H_INCLUDED -#define ENCODE_H_VERSION "$Id: encode.h,v 1.11 2011/09/04 11:10:56 fabiankeil Exp $" +#define ENCODE_H_VERSION "$Id: encode.h,v 1.12 2011/11/06 11:44:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/encode.h,v $ @@ -36,10 +36,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - extern char * html_encode(const char *s); extern char * url_encode(const char *s); extern char * url_decode(const char *str); @@ -51,10 +47,6 @@ extern char * percent_encode_url(const char *s); extern const char encode_rcs[]; extern const char encode_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef ENCODE_H_INCLUDED */ /*