#ifndef WEB_SERVER_H # define WEB_SERVER_H #include "config.h" void web_server_start(CONFIG *conf); void web_server_stop(CONFIG *conf); #endif