8 lines
168 B
C++
Executable file
8 lines
168 B
C++
Executable file
#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 );
|
|
}
|