mirror of https://github.com/macssh/macssh.git
cleanup FTPUser
This commit is contained in:
parent
72a4d27ce8
commit
a647cf14a3
|
@ -317,11 +317,14 @@ typedef struct {
|
||||||
|
|
||||||
Boolean
|
Boolean
|
||||||
UserCanCWD; // User is allowed to change directories
|
UserCanCWD; // User is allowed to change directories
|
||||||
|
Boolean
|
||||||
|
usused1; // User is allowed to change directories
|
||||||
|
|
||||||
short
|
short
|
||||||
padding[20]; // Some padding for the future
|
padding[20]; // Some padding for the future
|
||||||
} FTPUser;
|
} FTPUserPrefs;
|
||||||
#define FTPUSER 'FTPu'
|
#define FTPUSERPREFS_RESTYPE 'FTPu'
|
||||||
|
#define FTPUSERPREFS_APPID 1991 // The "<Default>" session seed copy
|
||||||
|
|
||||||
// >>>> FTP Client Prefs? <<<
|
// >>>> FTP Client Prefs? <<<
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue