mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
d83a3d71bc
Merge in RedPhone // FREEBIE
9 lines
148 B
C++
9 lines
148 B
C++
#ifndef __NETWORK_UTIL_H__
|
|
#define __NETWORK_UTIL_H__
|
|
|
|
class NetworkUtil {
|
|
public:
|
|
static int getAddressType(const char* serverIp);
|
|
};
|
|
|
|
#endif |