X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=encode.h;h=81c61787e12920c50871ca7d7cfc75b65977e4c0;hp=c54645e3d2c282ffe0c02b66c09a93f03c10dcec;hb=5086f519a5a3acf1231f8c42007826aa2fe63bb8;hpb=926b68ecaaf8b1956127b10b2e3b0b8d91ef63a1 diff --git a/encode.h b/encode.h index c54645e3..81c61787 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.7 2006/07/18 14:48:45 david__schmidt Exp $" +#define ENCODE_H_VERSION "$Id: encode.h,v 1.8 2007/08/18 14:34:27 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/encode.h,v $ @@ -35,6 +35,9 @@ * * Revisions : * $Log: encode.h,v $ + * Revision 1.8 2007/08/18 14:34:27 fabiankeil + * Make xtoi() extern so it can be used in pcrs.c. + * * Revision 1.7 2006/07/18 14:48:45 david__schmidt * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) * with what was really the latest development (the v_3_0_branch branch) @@ -66,7 +69,6 @@ extern "C" { #endif extern char * html_encode(const char *s); -extern char * cookie_encode(const char *s); extern char * url_encode(const char *s); extern char * url_decode(const char *str); extern int xtoi(const char *s);