randyk 2003/10/22 17:59:37
Modified: env/cgi_test cgi_test.c
Log:
fix int main() args to agree with those of apr_app_initialize()
Revision Changes Path
1.4 +1 -1 httpd-apreq-2/env/cgi_test/cgi_test.c
Index: cgi_test.c
===================================================================
RCS file: /home/cvs/httpd-apreq-2/env/cgi_test/cgi_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cgi_test.c 20 Oct 2003 04:53:34 -0000 1.3
+++ cgi_test.c 23 Oct 2003 00:59:37 -0000 1.4
@@ -78,7 +78,7 @@
return 1;
}
-int main(int argc, char *argv[])
+int main(int argc, char const * const * argv)
{
env_ctx *ctx;
apr_pool_t *pool;