X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=39c6938d579b4d5b0881ceee4c53cabeab48a6cb;hp=3ddd73b59f89a410f867e88909efbe44e2f1e702;hb=ef9931f1676916c1851a311b8871e5b88e08fdda;hpb=646281a3dbc90f402492a34c9089b0447fe5c6f9 diff --git a/cgi.h b/cgi.h index 3ddd73b5..39c6938d 100644 --- a/cgi.h +++ b/cgi.h @@ -1,6 +1,6 @@ #ifndef CGI_H_INCLUDED #define CGI_H_INCLUDED -#define CGI_H_VERSION "$Id: cgi.h,v 1.27 2002/04/24 02:16:51 oes Exp $" +#define CGI_H_VERSION "$Id: cgi.h,v 1.28 2002/04/26 12:54:03 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ @@ -38,6 +38,9 @@ * * Revisions : * $Log: cgi.h,v $ + * Revision 1.28 2002/04/26 12:54:03 oes + * New function add_help_link + * * Revision 1.27 2002/04/24 02:16:51 oes * Moved get_char_param, get_string_param and get_number_param here from cgiedit.c * @@ -195,6 +198,9 @@ extern jb_err cgi_error_no_template(struct client_state *csp, const char *template_name); extern jb_err cgi_error_bad_param(struct client_state *csp, struct http_response *rsp); +jb_err cgi_error_unknown(struct client_state *csp, + struct http_response *rsp, + jb_err error_to_report); extern jb_err get_number_param(struct client_state *csp, const struct map *parameters,