#ifndef WEB_H #define WEB_H #include #include extern HttpdBuiltInUrl builtInUrls[]; /** Broadcast screen state to sockets */ void screen_notifyChange(); #endif //WEB_H