esp-open-rtos/examples/esphttpd/cgi-test.h
2017-10-08 23:01:35 -04:00

8 lines
120 B
C

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