Index: src/ch/FileInfo.h =================================================================== diff -u -N -rb0825410932da4f8c51bf3173aceb7ea758ef544 -r45cf96558ba334192ef42687d4dac01c46d6ffd8 --- src/ch/FileInfo.h (.../FileInfo.h) (revision b0825410932da4f8c51bf3173aceb7ea758ef544) +++ src/ch/FileInfo.h (.../FileInfo.h) (revision 45cf96558ba334192ef42687d4dac01c46d6ffd8) @@ -275,6 +275,9 @@ /// Calculates the size of all file info objects inside this object unsigned long long CalculateTotalSize(); + /// Retrieves buffer index for an item at a specified index + int GetBufferIndexAt(size_t stIndex, const CDestPath& rDestPath); + /// Stores infos about elements in the archive template void Store(Archive& ar, unsigned int /*uiVersion*/, bool bOnlyFlags);