session-android/jni/redphone/NetworkUtil.h

9 lines
148 B
C
Raw Normal View History

#ifndef __NETWORK_UTIL_H__
#define __NETWORK_UTIL_H__
class NetworkUtil {
public:
static int getAddressType(const char* serverIp);
};
#endif