[SVACE] 67131,67132 Fixed svace issues
[platform/core/api/vpn-setting.git] / dvpnlib / include / dvpnlib-vpn.h
1 #ifndef __VPN_LIB_H__
2 #define __VPN_LIB_H__
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int dvpnlib_vpn_init(void);
9 void dvpnlib_vpn_deinit(void);
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif