~ubuntu-branches/ubuntu/intrepid/unrar-nonfree/intrepid

« back to all changes in this revision

Viewing changes to headers.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Chris Anderson
  • Date: 2004-12-01 02:22:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041201022256-c3pj5nufp88tdyw6
Tags: 3.4.3-1
* New upstream release 
* Applied Ulf Harnhammar's patch to solve overflows when $HOME was too
  large (closes: #280263).

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
#define  EARC_NEXT_VOLUME   0x0001
67
67
#define  EARC_DATACRC       0x0002
68
68
#define  EARC_REVSPACE      0x0004
 
69
#define  EARC_VOLNUMBER     0x0008
69
70
 
70
71
enum HEADER_TYPE {
71
72
  MARK_HEAD=0x72,MAIN_HEAD=0x73,FILE_HEAD=0x74,COMM_HEAD=0x75,AV_HEAD=0x76,
216
217
struct EndArcHeader:BaseBlock
217
218
{
218
219
  uint ArcDataCRC;
 
220
  ushort VolNumber;
219
221
};
220
222
 
221
223