mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
5 lines
174 B
C++
5 lines
174 B
C++
#include "socket_header.h"
|
|
#include <string>
|
|
|
|
bool LookupBlocking(std::string pServer, in_addr *dest);
|
|
bool LookupHostname(const std::string& pIp, std::string& hostname); |