Added implementation for Node.version()

Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
Grant Limberg 2015-04-22 21:29:45 -07:00
parent f5bb57d5aa
commit 3ccaef88b7
4 changed files with 94 additions and 7 deletions

View file

@ -109,7 +109,7 @@ JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_networkConfig
* Signature: (J)Lcom/zerotierone/sdk/Version;
*/
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_version
(JNIEnv *, jobject, jlong);
(JNIEnv *, jobject);
#ifdef __cplusplus
}