mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 22:58:22 +00:00
move utility functions from anon namespace to ZT1_jniutils
Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
@ -7,6 +7,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
jobject createResultObject(JNIEnv *env, ZT1_ResultCode code);
|
||||
jobject createVirtualNetworkStatus(JNIEnv *env, ZT1_VirtualNetworkStatus status);
|
||||
jobject createEvent(JNIEnv *env, ZT1_Event event);
|
||||
|
||||
jobject newArrayList(JNIEnv *env);
|
||||
jobject appendItemToArrayList(JNIEnv *env, jobject object);
|
||||
|
||||
|
Reference in New Issue
Block a user