#ifndef CGI_TEST_H #define CGI_TEST_H #include <libesphttpd/httpd.h> int cgiTestbed(HttpdConnData *connData); #endif