OSDN Git Service

fix for FreeBSD 11.1.
[hmh/hhml.git] / lib / util_inet.h
1 #ifndef UTIL_INET_H
2 #define UTIL_INET_H
3
4 #include "ustring.h"
5 #include <vector>
6
7 ustring  getnameinfo (const ustring& ip);
8 void  getAddrInfo (const ustring& hostname, std::vector<ustring>& ans);
9
10 #endif /* UTIL_INET_H */