X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cgisimple.h;h=6be066d97a392e227413c89f734e651529e0b6db;hb=045bd78d8b185b981d4651c10361f0c9dc193677;hp=37f9b2007e925f6a2916317f74aceaccaec8e3e1;hpb=3a19d0fecf054afa4937b83267b21936d2d7fd44;p=privoxy.git diff --git a/cgisimple.h b/cgisimple.h index 37f9b200..6be066d9 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -1,6 +1,6 @@ #ifndef CGISIMPLE_H_INCLUDED #define CGISIMPLE_H_INCLUDED -#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.1 2001/09/16 17:08:54 jongfoster Exp $" +#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.2 2001/10/02 15:31:20 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ @@ -38,6 +38,9 @@ * * Revisions : * $Log: cgisimple.h,v $ + * Revision 1.2 2001/10/02 15:31:20 oes + * Introduced show-request cgi + * * Revision 1.1 2001/09/16 17:08:54 jongfoster * Moving simple CGI functions from cgi.c to new file cgisimple.c * @@ -57,6 +60,9 @@ extern "C" { extern int cgi_default (struct client_state *csp, struct http_response *rsp, struct map *parameters); +extern int cgi_error_404 (struct client_state *csp, + struct http_response *rsp, + struct map *parameters); extern int cgi_robots_txt (struct client_state *csp, struct http_response *rsp, struct map *parameters);