mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 02:35:29 +00:00
9 lines
134 B
C
9 lines
134 B
C
#include "vpn.h"
|
|
|
|
void init_vpn() {
|
|
// VPN初期化コード
|
|
}
|
|
|
|
void connect_vpn(const char* server) {
|
|
// VPN接続コード
|
|
} |