// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // VG.c // VPN Gate Plugin Main Implementation #include "CedarPch.h" bool InitVg() { return false; } void FreeVg() { } void VgUseStaticLink() { }