Nut/OS  4.10.3
API Reference
_CGIFUNCTION Struct Reference

Registered CGI function. More...

#include <pro/httpd.h>

Collaboration diagram for _CGIFUNCTION:

Data Fields

CGIFUNCTIONcgi_next
 Link to next CGIFUNCTION structure.
char * cgi_name
 Name of this function.
int(* cgi_func )(FILE *, REQUEST *)
 Pointer to function code.

Detailed Description

Registered CGI function.

Definition at line 180 of file httpd.h.


Field Documentation

Link to next CGIFUNCTION structure.

Definition at line 181 of file httpd.h.

Name of this function.

Definition at line 182 of file httpd.h.

Pointer to function code.

Definition at line 183 of file httpd.h.


The documentation for this struct was generated from the following file: