search for: request_post

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

2005 Jan 05
1
3.0.x and AIX 5.3
...@@ -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;