X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=dfdfa459d9cbe5606c78e12af3ac185d90c23beb;hp=c76696a3c70794ae0fef00d9f233683177ce51f2;hb=5b35453b1f37ce1059d8b99c9a64b2d123fdbfe9;hpb=4f714f74b7d1376746f807f600a89bb552628836 diff --git a/cgi.h b/cgi.h index c76696a3..dfdfa459 100644 --- a/cgi.h +++ b/cgi.h @@ -1,6 +1,6 @@ -#ifndef _CGI_H -#define _CGI_H -#define CGI_H_VERSION "$Id: cgi.h,v 1.4 2001/06/09 10:50:58 jongfoster Exp $" +#ifndef CGI_H_INCLUDED +#define CGI_H_INCLUDED +#define CGI_H_VERSION "$Id: cgi.h,v 1.6 2001/06/29 21:45:41 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ @@ -38,6 +38,17 @@ * * Revisions : * $Log: cgi.h,v $ + * Revision 1.6 2001/06/29 21:45:41 oes + * Indentation, CRLF->LF, Tab-> Space + * + * Revision 1.5 2001/06/29 13:22:44 oes + * - Cleaned up + * - Added new functions: default_exports(), make_menu(), + * error_response() etc, ranamed others and changed + * param and return types. + * - Removed HTTP/HTML snipplets + * - Removed logentry from cancelled commit + * * Revision 1.4 2001/06/09 10:50:58 jongfoster * Changing "show URL info" handler to new style. * Adding "extern" to some function prototypes. @@ -69,10 +80,10 @@ extern int cgi_default(struct client_state *csp, struct http_response *rsp, struct map *parameters); extern int cgi_show_status(struct client_state *csp, struct http_response *rsp, struct map *parameters); -extern int cgi_show_url_info(struct client_state *csp, struct http_response *rsp, +extern int cgi_show_url_info(struct client_state *csp, struct http_response *rsp, struct map *parameters); extern int cgi_send_banner(struct client_state *csp, struct http_response *rsp, - struct map *parameters); + struct map *parameters); /* Not exactly a CGI */ extern struct http_response *error_response(struct client_state *csp, const char *template, int err); @@ -128,7 +139,7 @@ extern const char cgi_h_rcs[]; } /* extern "C" */ #endif -#endif /* ndef _CGI_H */ +#endif /* ndef CGI_H_INCLUDED */ /* Local Variables: