diff options
Diffstat (limited to 'java/jni/ZT1_jniutils.h')
-rw-r--r-- | java/jni/ZT1_jniutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jni/ZT1_jniutils.h b/java/jni/ZT1_jniutils.h index df22b0ca..a379ed05 100644 --- a/java/jni/ZT1_jniutils.h +++ b/java/jni/ZT1_jniutils.h @@ -26,6 +26,8 @@ jobject newPeerPhysicalPath(JNIEnv *env, const ZT1_PeerPhysicalPath &ppp); jobject newNetworkConfig(JNIEnv *env, const ZT1_VirtualNetworkConfig &config); +jobject newVersion(JNIEnv *env, int major, int minor, int rev, long featureFlags); + #ifdef __cplusplus } #endif |