summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/jniglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/jniglue.h')
-rw-r--r--openvpn/src/openvpn/jniglue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openvpn/src/openvpn/jniglue.h b/openvpn/src/openvpn/jniglue.h
index 236c0323..a86d52da 100644
--- a/openvpn/src/openvpn/jniglue.h
+++ b/openvpn/src/openvpn/jniglue.h
@@ -8,8 +8,5 @@
#ifndef xcopenvpn_jniglue_h
#define xcopenvpn_jniglue_h
-
-void addInterfaceInformation(int mtu,const char* ifconfig_local, const char* ifconfig_remote);
void android_openvpn_log(int level,const char* prefix,const char* prefix_sep,const char* m1);
-void android_openvpn_exit(int status);
#endif