clean up native init

This commit is contained in:
Julian Dolby 2017-10-17 20:14:35 -04:00
parent 6961748fb2
commit 02e2193875
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include "jni.h"
extern JNIEnv *launch(char *);
extern void kill();
extern "C" JNIEnv *launch(char *);
extern "C" void kill();
#endif