summaryrefslogtreecommitdiff
path: root/jni/jniglue.c
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-01-28 20:03:32 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-01-28 20:03:32 -0700
commitece73d2494776a88520e876d8eed9c2e98aad563 (patch)
tree2034a3720b5cf258dbcbcd21fd730c9efc1abce0 /jni/jniglue.c
parent8dbb4517b07c42c3b37b0764d63973b5b1ed5ee6 (diff)
Rebrand funcitions in jni/
Diffstat (limited to 'jni/jniglue.c')
-rw-r--r--jni/jniglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/jniglue.c b/jni/jniglue.c
index 82b54d16..143cd10b 100644
--- a/jni/jniglue.c
+++ b/jni/jniglue.c
@@ -16,7 +16,7 @@ void android_openvpn_log(int level,const char* prefix,const char* prefix_sep,con
__android_log_print(ANDROID_LOG_DEBUG,"openvpn","%s%s%s",prefix,prefix_sep,m1);
}
-void Java_de_blinkt_openvpn_OpenVpnManagementThread_jniclose(JNIEnv *env,jclass jo, jint fd) {
+void Java_se_leap_openvpn_OpenVpnManagementThread_jniclose(JNIEnv *env,jclass jo, jint fd) {
int ret = close(fd);
}