Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 136 |
typedef struct _TS_SSH { |
typedef struct _TS_SSH { |
| 137 |
BOOL Enabled; |
BOOL Enabled; |
| 138 |
int CompressionLevel; /* 0 = NONE, else 1-9 */ |
int CompressionLevel; /* 0 = NONE, else 1-9 */ |
| 139 |
|
|
| 140 |
|
int DefaultUserType; /* 0/1/2 = no input/DefaultUserName/Windows logon user */ |
| 141 |
char DefaultUserName[256]; |
char DefaultUserName[256]; |
| 142 |
|
|
| 143 |
/* this next option is a string of digits. Each digit represents a |
/* this next option is a string of digits. Each digit represents a |
|
|
Legend:
| Removed from v.7479 |
|
| changed lines |
| |
Added in v.7632 |
|
|
|