#ifndef CGI_PING_H #define CGI_PING_H #include #include // this is used by the UI to check if server is already restarted and working again. int cgiPing(HttpdConnData *connData); #endif // CGI_PING_H