1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-19 08:31:32 +03:00

/hostname and /password

This commit is contained in:
ELIN
2014-02-08 06:33:39 +00:00
parent 6f031a61fb
commit 9a574f5300
2 changed files with 56 additions and 26 deletions

View File

@ -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;