9 lines
120 B
C
9 lines
120 B
C
|
#ifndef CGI_TEST_H
|
||
|
#define CGI_TEST_H
|
||
|
|
||
|
#include <libesphttpd/httpd.h>
|
||
|
|
||
|
int cgiTestbed(HttpdConnData *connData);
|
||
|
|
||
|
#endif
|