Fix const warning. Doxyfy comment.
authorMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 02:48:23 +0000 (02:48 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 19 Nov 2001 02:48:23 +0000 (02:48 +0000)
source/web/cgi.c

index e1b26d99b40fff217acc0a728be553469a927a1c..9a029684ce1b10383857513068a7019852782c9c 100644 (file)
@@ -497,11 +497,14 @@ static void cgi_download(char *file)
 
 
 
-/***************************************************************************
-setup the cgi framework, handling the possability that this program is either
-run as a true cgi program by a web browser or is itself a mini web server
-  ***************************************************************************/
-void cgi_setup(char *rootdir, int auth_required)
+/**
+ * @brief Setup the CGI framework.
+ *
+ * Setup the cgi framework, handling the possibility that this program
+ * is either run as a true CGI program with a gateway to a web server, or
+ * is itself a mini web server.
+ **/
+void cgi_setup(const char *rootdir, int auth_required)
 {
        BOOL authenticated = False;
        char line[1024];