mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-25 20:59:20 +03:00
26 lines
275 B
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()
|
|
{
|
|
}
|
|
|
|
|
|
|