mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-03 16:04:00 +01:00
10 lines
147 B
C
10 lines
147 B
C
#ifndef CGI_H
|
|
#define CGI_H
|
|
|
|
#include "httpd.h"
|
|
|
|
void jsonHeader(HttpdConnData *connData, int code);
|
|
int cgiMenu(HttpdConnData *connData);
|
|
|
|
#endif
|