Definition at line 145 of file httpd.h.
Data Fields | |
CGIFUNCTION * | cgi_next |
Link to next CGIFUNCTION structure. | |
CONST char * | cgi_name |
Name of this function. | |
int(* | cgi_func )(FILE *, REQUEST *) |
Pointer to function code. |
Link to next CGIFUNCTION structure.
Definition at line 146 of file httpd.h.
Referenced by NutRegisterCgi().
CONST char* _CGIFUNCTION::cgi_name |
int(* _CGIFUNCTION::cgi_func)(FILE *, REQUEST *) |
Pointer to function code.