X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=f0b5cd9b8f50e015d0a2c405462c6257d606d301;hp=753afcc205c211067ba97aa14d0e0f4b78468de1;hb=6fb0d5b897f16c213862a955482b17c14a02a729;hpb=97110184221edacdb7d4dfc29de0e38d63f4d831 diff --git a/cgisimple.h b/cgisimple.h index 753afcc2..f0b5cd9b 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.9 2002/03/24 13:25:43 swa Exp $" +#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.13 2006/07/18 14:48:45 david__schmidt Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ @@ -38,6 +38,16 @@ * * Revisions : * $Log: cgisimple.h,v $ + * Revision 1.13 2006/07/18 14:48:45 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.11 2002/04/05 15:50:53 oes + * added send-stylesheet CGI + * + * Revision 1.10 2002/03/26 22:29:54 swa + * we have a new homepage! + * * Revision 1.9 2002/03/24 13:25:43 swa * name change related issues * @@ -117,9 +127,16 @@ extern jb_err cgi_show_request (struct client_state *csp, struct http_response *rsp, const struct map *parameters); extern jb_err cgi_transparent_image (struct client_state *csp, + struct http_response *rsp, + const struct map *parameters); +extern jb_err cgi_send_stylesheet(struct client_state *csp, + struct http_response *rsp, + const struct map *parameters); +extern jb_err cgi_send_user_manual(struct client_state *csp, struct http_response *rsp, const struct map *parameters); + #ifdef FEATURE_GRACEFUL_TERMINATION extern jb_err cgi_die (struct client_state *csp, struct http_response *rsp,