_CGIFUNCTION Struct Reference
[HTTPHTTP]


Detailed Description

Registered CGI function.

Definition at line 145 of file httpd.h.


Data Fields

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

Field Documentation

CGIFUNCTION* _CGIFUNCTION::cgi_next

Link to next CGIFUNCTION structure.

Definition at line 146 of file httpd.h.

Referenced by NutRegisterCgi().

CONST char* _CGIFUNCTION::cgi_name

Name of this function.

Definition at line 147 of file httpd.h.

int(* _CGIFUNCTION::cgi_func)(FILE *, REQUEST *)

Pointer to function code.


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/