#ifndef CGI_H #define CGI_H #include #include "httpd.h" int tplReadSamplesJSON(HttpdConnData *connData, char *token, void **arg); #endif