search for: max_vari

Displaying 1 result from an estimated 1 matches for "max_vari".

Did you mean: max_val
2005 Jan 05
1
3.0.x and AIX 5.3
...----- next part -------------- --- cgi.orig.c 2005-01-05 17:03:29.000000000 -0500 +++ cgi.aix.c 2005-01-05 17:04:03.000000000 -0500 @@ -30,12 +30,12 @@ extern void print_title(char *fmt, ...); #endif -struct var { +struct cgi_var { char *name; char *value; }; -static struct var variables[MAX_VARIABLES]; +static struct cgi_var variables[MAX_VARIABLES]; static int num_variables; static int content_length; static int request_post;