mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
httpd: Add documentation for http_set_cgi_handlers
This commit is contained in:
parent
5b9159ce0d
commit
17413c28b4
@ -95,6 +95,7 @@ typedef struct
|
|||||||
tCGIHandler pfnCGIHandler;
|
tCGIHandler pfnCGIHandler;
|
||||||
} tCGI;
|
} tCGI;
|
||||||
|
|
||||||
|
/** Set the array of cgi handlers. */
|
||||||
void http_set_cgi_handlers(const tCGI *pCGIs, int iNumHandlers);
|
void http_set_cgi_handlers(const tCGI *pCGIs, int iNumHandlers);
|
||||||
|
|
||||||
#endif /* LWIP_HTTPD_CGI */
|
#endif /* LWIP_HTTPD_CGI */
|
||||||
|
Loading…
Reference in New Issue
Block a user