Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
_CGIFUNCTION Struct Reference
[HTTP, HTTP]
#include <pro/httpd.h>
Collaboration diagram for _CGIFUNCTION:

Detailed Description
Registered CGI function.
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. | |