summaryrefslogtreecommitdiff
path: root/jni/jniglue.h
blob: a86d52da87df2ab35e174882934b74de7a33314f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
//  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 android_openvpn_log(int level,const char* prefix,const char* prefix_sep,const char* m1);
#endif