view src/win32/7zip/7z/CPP/7zip/Archive/BZip2/BZip2Item.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line source
1 // Archive/BZip2Item.h
3 #ifndef __ARCHIVE_BZIP2_ITEM_H
4 #define __ARCHIVE_BZIP2_ITEM_H
6 namespace NArchive {
7 namespace NBZip2 {
9 struct CItem
10 {
11 UInt64 PackSize;
12 UInt64 UnPackSize;
13 };
15 }}
17 #endif