X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=filters.h;h=1b0cd1c9a4eb463a008d510b56755adff54f9bdb;hb=625fe85d139316efcc0cac532a8fd5208486dc88;hp=e577fe679e8ad61deb29cb278e333dd0c1d9200a;hpb=72081f829de368392d04076728f8c991178c0080;p=privoxy.git diff --git a/filters.h b/filters.h index e577fe67..1b0cd1c9 100644 --- a/filters.h +++ b/filters.h @@ -1,9 +1,9 @@ #ifndef FILTERS_H_INCLUDED #define FILTERS_H_INCLUDED -#define FILTERS_H_VERSION "$Id: filters.h,v 1.20.2.2 2004/10/03 12:53:32 david__schmidt Exp $" +#define FILTERS_H_VERSION "$Id: filters.h,v 1.22 2006/07/18 14:48:46 david__schmidt Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/Attic/filters.h,v $ + * File : $Source: /cvsroot/ijbswa/current/filters.h,v $ * * Purpose : Declares functions to parse/crunch headers and pages. * Functions declared include: @@ -39,6 +39,10 @@ * * Revisions : * $Log: filters.h,v $ + * Revision 1.22 2006/07/18 14:48:46 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) + * * Revision 1.20.2.2 2004/10/03 12:53:32 david__schmidt * Add the ability to check jpeg images for invalid * lengths of comment blocks. Defensive strategy @@ -273,6 +277,9 @@ extern char *pcrs_filter_response(struct client_state *csp); extern char *gif_deanimate_response(struct client_state *csp); extern char *jpeg_inspect_response(struct client_state *csp); extern int remove_chunked_transfer_coding(char *buffer, const size_t size); +extern char *execute_single_pcrs_command(char *subject, const char *pcrs_command, int *hits); +extern char *rewrite_url(char *old_url, const char *pcrs_command); +extern char *get_last_url(char *subject, const char *redirect_mode); /* * Handling Max-Forwards: