From 5bb7b8f89d7b6bb4177efc188ae2e488c85cb96f Mon Sep 17 00:00:00 2001 From: jongfoster Date: Fri, 16 Nov 2001 00:48:13 +0000 Subject: [PATCH] Fixing a compiler warning --- cgi.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cgi.c b/cgi.c index 4e897fbc..e700c732 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.37 2001/11/01 14:28:47 david__schmidt Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.38 2001/11/13 00:31:21 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -38,6 +38,14 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.37 2001/11/01 14:28:47 david__schmidt Exp * * Revisions : * $Log: cgi.c,v $ + * Revision 1.38 2001/11/13 00:31:21 jongfoster + * - Adding new CGIs for use by non-JavaScript browsers: + * edit-actions-url-form + * edit-actions-add-url-form + * edit-actions-remove-url-form + * - Fixing make_menu()'s HTML generation - it now quotes the href parameter. + * - Fixing || bug. + * * Revision 1.37 2001/11/01 14:28:47 david__schmidt * Show enablement/disablement status in almost all templates. * There is a little trickiness here: apparent recursive resolution of @@ -380,6 +388,7 @@ static struct http_response cgi_error_memory_response[1]; static struct http_response *dispatch_known_cgi(struct client_state * csp, const char * path); +static struct map *parse_cgi_parameters(char *argstring); /********************************************************************* -- 2.39.2