X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=37f9b2007e925f6a2916317f74aceaccaec8e3e1;hp=d5aa6282c801faf2e41fe4d0bd337c0f6d71a4cc;hb=47bc727e644937b3d3cf8df692815038b169f7a6;hpb=83a36343155a2f17d29ff1c706809bf56382a9ec diff --git a/cgisimple.h b/cgisimple.h index d5aa6282..37f9b200 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -1,9 +1,9 @@ #ifndef CGISIMPLE_H_INCLUDED #define CGISIMPLE_H_INCLUDED -#define CGISIMPLE_H_VERSION "$Id: cgi.h,v 1.15 2001/09/16 15:02:35 jongfoster Exp $" +#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.1 2001/09/16 17:08:54 jongfoster Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ + * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ * * Purpose : Declares functions to intercept request, generate * html or gif answers, and to compose HTTP resonses. @@ -37,7 +37,10 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: cgi.h,v $ + * $Log: cgisimple.h,v $ + * Revision 1.1 2001/09/16 17:08:54 jongfoster + * Moving simple CGI functions from cgi.c to new file cgisimple.c + * * **********************************************************************/ @@ -69,6 +72,9 @@ extern int cgi_show_url_info (struct client_state *csp, extern int cgi_show_version (struct client_state *csp, struct http_response *rsp, struct map *parameters); +extern int cgi_show_request (struct client_state *csp, + struct http_response *rsp, + struct map *parameters); /* Revision control strings from this header and associated .c file */ extern const char cgisimple_rcs[];