CatOS/include/vpn.h
2024-07-22 04:46:44 +00:00

7 lines
95 B
C

#ifndef VPN_H
#define VPN_H
void init_vpn(void);
void connect_vpn(const char* server);
#endif