#pragma once #include httpd_handle_t start_webserver(void); void stop_webserver(httpd_handle_t server);