update JNI code for 1.1.6

This commit is contained in:
Grant Limberg 2016-07-07 20:07:07 -07:00
parent 2d7c58540f
commit be0af135bc
7 changed files with 4 additions and 170 deletions

View file

@ -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
}