mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 02:35:29 +00:00
7 lines
95 B
C
7 lines
95 B
C
#ifndef VPN_H
|
|
#define VPN_H
|
|
|
|
void init_vpn(void);
|
|
void connect_vpn(const char* server);
|
|
|
|
#endif |