NetTunnelWindows/NetTunnelSDKTestApp/common.h

9 lines
193 B
C
Raw Normal View History

#pragma once
int ShowRouteTable();
int NetShare();
int GetInterface();
void CryptoExample();
int SetRouteTable();
int main_wireguard(bool isDelete);
int main_wireguard_getinfo();
int net_nat();