Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2015-01-30 16:30:34 +0300
committerdnobori <da.git@softether.co.jp>2015-01-30 16:30:34 +0300
commit06a72040a347e567bec560e3426e5ccddcf785c5 (patch)
tree4f6c27e5ee5ab118621b78bc583ac15110a681fa /src/Cedar/Client.h
parent75f9836ce5f0a1dea2c3fe304bbc26c962ee64bf (diff)
v4.13-9522-beta
Diffstat (limited to 'src/Cedar/Client.h')
-rw-r--r--src/Cedar/Client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/Client.h b/src/Cedar/Client.h
index 5a1101b6..5b23c4cd 100644
--- a/src/Cedar/Client.h
+++ b/src/Cedar/Client.h
@@ -797,7 +797,7 @@ bool CiEraseSensitiveInAccount(BUF *b);
bool CiHasAccountSensitiveInformation(BUF *b);
bool CiHasAccountSensitiveInformationFile(wchar_t *name);
void CiApplyInnerVPNServerConfig(CLIENT *c);
-SERVER *CiNewInnerVPNServer(CLIENT *c);
+SERVER *CiNewInnerVPNServer(CLIENT *c, bool relay_server);
void CiFreeInnerVPNServer(CLIENT *c, SERVER *s);
void CiIncrementNumActiveSessions();
void CiDecrementNumActiveSessions();