esp-link/user/cgitcp.h

9 lines
100 B

#ifndef CGITCP_H
#define CGITCP_H
#include "httpd.h"
int cgiTcp(HttpdConnData *connData);
#endif