~ubuntu-branches/ubuntu/quantal/unrar-nonfree/quantal

« back to all changes in this revision

Viewing changes to rdwrfn.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2010-12-12 03:35:14 UTC
  • mfrom: (1.1.13 upstream) (5.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20101212033514-u6pcsj0eg9fijemv
Tags: 1:4.0.2-1
* New upstream release
* Bumped Standards Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    void SetFiles(File *SrcFile,File *DestFile);
61
61
    void SetCommand(CmdAdd *Cmd) {Command=Cmd;}
62
62
    void SetSubHeader(FileHeader *hd,int64 *Pos) {SubHead=hd;SubHeadPos=Pos;}
63
 
    void SetEncryption(int Method,const char *Password,const byte *Salt,bool Encrypt,bool HandsOffHash);
 
63
    void SetEncryption(int Method,const wchar *Password,const byte *Salt,bool Encrypt,bool HandsOffHash);
64
64
    void SetAV15Encryption();
65
65
    void SetCmt13Encryption();
66
66
    void SetUnpackToMemory(byte *Addr,uint Size);