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:
authorELIN <elin@mikomoe.jp>2014-02-08 10:33:39 +0400
committerELIN <elin@mikomoe.jp>2014-02-08 10:33:39 +0400
commit9a574f5300cadc7bf9aec0aa0092c595ac35f532 (patch)
tree0a4fe0a703f0eaaa21b2504f4402e6b1bff94063 /src/Cedar/CMInner.h
parent6f031a61fb8a80ba3c7c11062549676a5105bbf8 (diff)
/hostname and /password
Diffstat (limited to 'src/Cedar/CMInner.h')
-rw-r--r--src/Cedar/CMInner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cedar/CMInner.h b/src/Cedar/CMInner.h
index 21472e38..82d9365c 100644
--- a/src/Cedar/CMInner.h
+++ b/src/Cedar/CMInner.h
@@ -136,6 +136,7 @@ typedef struct CM
HWND hStatusBar;
REMOTE_CLIENT *Client;
char *server_name;
+ char *password;
wchar_t *import_file_name;
bool HideStatusBar;
bool HideTrayIcon;