X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=88501d7f48b5b9aa2501f7f9df8560c6aeb3a5d1;hp=753afcc205c211067ba97aa14d0e0f4b78468de1;hb=373387e266aca8f8f7fda389e8ed1f3554ef06c7;hpb=97110184221edacdb7d4dfc29de0e38d63f4d831 diff --git a/cgisimple.h b/cgisimple.h index 753afcc2..88501d7f 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.10 2002/03/26 22:29:54 swa Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ @@ -38,6 +38,9 @@ * * Revisions : * $Log: cgisimple.h,v $ + * 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,8 +120,11 @@ 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); + 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); #ifdef FEATURE_GRACEFUL_TERMINATION extern jb_err cgi_die (struct client_state *csp,