peerplays-fc/include/fc/network/resolve.hpp
2013-07-11 19:08:55 -04:00

8 lines
168 B
C++

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