Go to the source code of this file.
Functions | |
int | NutRegisterCgi (char *name, int(*func)(FILE *, REQUEST *)) |
Register a CGI function. | |
void | NutCgiProcessRequest (FILE *stream, REQUEST *req) |
Process an incoming CGI request. | |
Variables | |
CGIFUNCTION *volatile | cgiFunctionList = 0 |