1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-25 20:59:20 +03:00
Files
SoftEtherVPN/src/Cedar/VG.c

26 lines
275 B
C

// 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()
{
}