httpd: Add documentation for http_set_cgi_handlers

This commit is contained in:
Erik Ekman 2021-11-27 20:36:09 +01:00
parent 5b9159ce0d
commit 17413c28b4

View File

@ -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 */