#include "nm_platform.hpp" #ifdef WITH_SYSTEMD extern "C" { #include } #include using namespace std::literals; namespace llarp::dns::nm { void Platform::set_resolver(unsigned int, llarp::SockAddr, bool) { // todo: implement me eventually } } // namespace llarp::dns::nm #endif