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