Cerberus/webserver.hpp
2025-01-28 21:22:41 +03:00

8 lines
223 B
C++

#pragma once
#include "config.hpp"
#include <string>
void webServerStart(AppConfig &config);
void webServerConnect(AppConfig &config, const std::string &type, const std::string &ip);
void webServerStop(AppConfig &config);