X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=parsers.h;h=b68ee8dba837d391817bfb916031d16bba120720;hb=8ae6c857b64743285ed9e26b95fbf99965842e68;hp=1ae901b0ee08eba1bcc0c7f18255fce1d909d4cd;hpb=a5823f709d110f48f4bf6d973fda0e0455d1506b;p=privoxy.git diff --git a/parsers.h b/parsers.h index 1ae901b0..b68ee8db 100644 --- a/parsers.h +++ b/parsers.h @@ -1,6 +1,6 @@ #ifndef _PARSERS_H #define _PARSERS_H -#define PARSERS_H_VERSION "$Id: parsers.h,v 1.6 2001/06/03 19:12:38 oes Exp $" +#define PARSERS_H_VERSION "$Id: parsers.h,v 1.7 2001/06/29 13:32:14 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.h,v $ @@ -43,6 +43,9 @@ * * Revisions : * $Log: parsers.h,v $ + * Revision 1.7 2001/06/29 13:32:14 oes + * Removed logentry from cancelled commit + * * Revision 1.6 2001/06/03 19:12:38 oes * deleted const struct interceptors * @@ -112,13 +115,8 @@ extern void client_xtra_adder(struct client_state *csp); extern void client_x_forwarded_adder(struct client_state *csp); extern char *server_set_cookie(const struct parsers *v, char *s, struct client_state *csp); -#if defined(PCRS) || defined(KILLPOPUPS) extern char *content_type(const struct parsers *v, char *s, struct client_state *csp); -#endif /* defined(PCRS) || defined(KILLPOPUPS) */ - -#ifdef PCRS extern char *content_length(const struct parsers *v, char *s, struct client_state *csp); -#endif /* def PCRS */ #ifdef FORCE_LOAD char *client_host(const struct parsers *v, char *s, struct client_state *csp);