#ifndef WEB_PAGES_H #define WEB_PAGES_H void cmd_index(int clientsock); void cmd_reconnect(int clientsock); #endif