mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +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;
|
||||
} tCGI;
|
||||
|
||||
/** Set the array of cgi handlers. */
|
||||
void http_set_cgi_handlers(const tCGI *pCGIs, int iNumHandlers);
|
||||
|
||||
#endif /* LWIP_HTTPD_CGI */
|
||||
|
Loading…
Reference in New Issue
Block a user