mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-09 02:36:48 +01:00
9 lines
131 B
C
9 lines
131 B
C
#ifndef CGI_H
|
|
#define CGI_H
|
|
|
|
#include "httpd.h"
|
|
|
|
int cgiLed(HttpdConnData *connData);
|
|
int cgiTest(HttpdConnData *connData);
|
|
|
|
#endif |