X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=encode.h;h=b4d954b3de6786df384205ab22e16bc03a7d6a05;hp=305c40210765053b535336a3a6693114a2c04154;hb=31265b1b2d8f5b81cbde0fcada6271d800430c59;hpb=3010d66d9bf05c41787d589e6a9584dbbded8206 diff --git a/encode.h b/encode.h index 305c4021..b4d954b3 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 $ @@ -9,7 +8,7 @@ * encode cookies and HTML text. * * Copyright : Written by and Copyright (C) 2001 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -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 */ /*