mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-03 16:04:00 +01:00
9 lines
100 B
C
9 lines
100 B
C
#ifndef CGITCP_H
|
|
#define CGITCP_H
|
|
|
|
#include "httpd.h"
|
|
|
|
int cgiTcp(HttpdConnData *connData);
|
|
|
|
#endif
|