peerplays-fc/include/fc/network/resolve.hpp

9 lines
166 B
C++
Raw Normal View History

2013-07-10 01:06:23 +00:00
#pragma once
#include <fc/vector.hpp>
#include <fc/network/ip.hpp>
namespace fc
{
fc::vector<fc::ip::endpoint> resolve( const fc::string& host, uint16_t port );
}