~ubuntu-branches/ubuntu/trusty/unrar-nonfree/trusty-proposed

« back to all changes in this revision

Viewing changes to archive.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2006-01-05 20:51:54 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060105205154-hakkdnxhbrszo9he
Tags: 1:3.5.4-0.1
* Non-maintainer upload.
* New upstream release.
  + Builds fine on amd64 (Closes: #288751, #335824).
  + The last upload was pre-sarge and not yet rebuilt for the libstdc++
    transition (Closes: #341753).
* Bump Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    bool IsArcDir();
72
72
    bool IsArcLabel();
73
73
    void ConvertAttributes();
74
 
    int LhdSize();
75
 
    int LhdExtraSize();
76
74
    int GetRecoverySize(bool Required);
77
75
    void VolSubtractHeaderSize(int SubSize);
78
76
    void AddSubData(byte *SrcData,int DataSize,File *SrcFile,char *Name,bool AllowSplit);