mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 09:12:19 +00:00
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
|