From 17413c28b464345e2c09958ef2a90b5c2e47c57c Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sat, 27 Nov 2021 20:36:09 +0100 Subject: [PATCH] httpd: Add documentation for http_set_cgi_handlers --- src/include/lwip/apps/httpd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/lwip/apps/httpd.h b/src/include/lwip/apps/httpd.h index e872429f..1ecdd743 100644 --- a/src/include/lwip/apps/httpd.h +++ b/src/include/lwip/apps/httpd.h @@ -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 */