Registered CGI function. More...
#include <pro/httpd.h>

Data Fields | |
| CGIFUNCTION * | cgi_next |
| Link to next CGIFUNCTION structure. | |
| char * | cgi_name |
| Name of this function. | |
| int(* | cgi_func )(FILE *, REQUEST *) |
| Pointer to function code. | |
| char* _CGIFUNCTION::cgi_name |
| int(* _CGIFUNCTION::cgi_func)(FILE *, REQUEST *) |