peerplays-fc/include/fc/network/resolve.hpp
2019-04-04 17:59:51 +02:00

7 lines
143 B
C++

#pragma once
#include <fc/network/ip.hpp>
namespace fc
{
std::vector<fc::ip::endpoint> resolve( const std::string& host, uint16_t port );
}