cleanup FTPUser

This commit is contained in:
chombier 2001-04-27 15:39:42 +00:00
parent 72a4d27ce8
commit a647cf14a3
1 changed files with 5 additions and 2 deletions

View File

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