~ubuntu-branches/ubuntu/vivid/unrar-nonfree/vivid

« back to all changes in this revision

Viewing changes to options.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2015-02-03 12:58:01 UTC
  • mfrom: (1.1.18) (5.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20150203125801-od6ev8cqy1er51vz
Tags: 1:5.2.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    wchar ArcPath[NM];
100
100
    SecPassword Password;
101
101
    bool EncryptHeaders;
 
102
    
 
103
    bool ManualPassword; // Password entered manually during operation, might need to clean for next archive.
 
104
 
102
105
    wchar LogName[NM];
103
106
    MESSAGE_TYPE MsgStream;
104
107
    bool Sound;
129
132
    bool ProcessOwners;
130
133
    bool SaveSymLinks;
131
134
    bool SaveHardLinks;
 
135
    bool AbsoluteLinks;
132
136
    int Priority;
133
137
    int SleepTime;
134
138
    bool KeepBroken;
165
169
    uint Threads; // We use it to init hash even if RAR_SMP is not defined.
166
170
 
167
171
 
 
172
#ifdef _ANDROID
 
173
    int64 FreeMem;
 
174
#endif
168
175
 
169
176
 
170
177