peerplays-fc/include/fc/network/resolve.hpp
2013-07-09 21:06:23 -04:00

8 lines
166 B
C++

#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 );
}