#pragma once #include "config.h" namespace HTTPS { int server(Config& config); }