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. | |
Registered CGI function.
Link to next CGIFUNCTION structure.
Referenced by NutCgiProcessRequest(), and NutRegisterCgi().
| char* _CGIFUNCTION::cgi_name |
Name of this function.
Referenced by NutCgiProcessRequest(), and NutRegisterCgi().
| int(* _CGIFUNCTION::cgi_func)(FILE *, REQUEST *) |
Pointer to function code.
Referenced by NutCgiProcessRequest(), and NutRegisterCgi().