]> git.tdb.fi Git - libs/net.git/blob - source/resolve.h
Style update: spaces around assignments
[libs/net.git] / source / resolve.h
1 #ifndef MSP_NET_RESOLVE_H_
2 #define MSP_NET_RESOLVE_H_
3
4 #include <string>
5 #include "constants.h"
6
7 namespace Msp {
8 namespace Net {
9
10 class SockAddr;
11
12 SockAddr *resolve(const std::string &, Family = UNSPEC);
13
14 } // namespace Net
15 } // namespace Msp
16
17 #endif