summaryrefslogtreecommitdiff
path: root/java/jni/ZT_jniutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'java/jni/ZT_jniutils.h')
-rw-r--r--java/jni/ZT_jniutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jni/ZT_jniutils.h b/java/jni/ZT_jniutils.h
index b76a28c2..34dfc471 100644
--- a/java/jni/ZT_jniutils.h
+++ b/java/jni/ZT_jniutils.h
@@ -40,7 +40,7 @@ jobject newPeerPhysicalPath(JNIEnv *env, const ZT_PeerPhysicalPath &ppp);
jobject newNetworkConfig(JNIEnv *env, const ZT_VirtualNetworkConfig &config);
-jobject newVersion(JNIEnv *env, int major, int minor, int rev, long featureFlags);
+jobject newVersion(JNIEnv *env, int major, int minor, int rev);
#ifdef __cplusplus
}