From: jongfoster Date: Thu, 7 Jun 2001 23:10:53 +0000 (+0000) Subject: Replacing struct gateway with struct forward_spec X-Git-Tag: v_2_9_9~365 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=4e320928f3143d290a84f35fb27edc743485baec Replacing struct gateway with struct forward_spec --- diff --git a/filters.h b/filters.h index a113afad..80b390c4 100644 --- a/filters.h +++ b/filters.h @@ -1,6 +1,6 @@ #ifndef _FILTERS_H #define _FILTERS_H -#define FILTERS_H_VERSION "$Id: filters.h,v 1.8 2001/06/03 11:03:48 oes Exp $" +#define FILTERS_H_VERSION "$Id: filters.h,v 1.8 2001/06/03 19:12:00 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.h,v $ @@ -40,6 +40,9 @@ * * Revisions : * $Log: filters.h,v $ + * Revision 1.8 2001/06/03 19:12:00 oes + * extracted-CGI relevant stuff + * * Revision 1.8 2001/06/03 11:03:48 oes * Makefile/in * @@ -229,7 +232,7 @@ extern void apply_url_actions(struct current_action_spec *action, struct http_request *http, struct url_actions *b); -extern const struct gateway *forward_url(struct http_request *http, struct client_state *csp); +extern const struct forward_spec *forward_url(struct http_request *http, struct client_state *csp); extern struct url_spec dsplit(char *domain); extern int domaincmp(struct url_spec *pattern, struct url_spec *fqdn);