Add parse_time_header(), a wrapper around parse_header_time()
[privoxy.git] / encode.h
index c6d9394..1329042 100644 (file)
--- 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 $
  *********************************************************************/
 
 
-#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 */
 
 /*