summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/jniglue.h
blob: 236c0323635d39217634720191ac7660db40f700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  jniglue.h
//  xcopenvpn
//
//  Created by Arne Schwabe on 29.03.12.
//  Copyright (c) 2012 Universität Paderborn. All rights reserved.
//

#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