1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-02 21:08:28 +00:00
hashcat/deps/unrar/volume.hpp
2023-05-19 21:24:23 +02:00

8 lines
155 B
C++

#ifndef _RAR_VOLUME_
#define _RAR_VOLUME_
bool MergeArchive(Archive &Arc,ComprDataIO *DataIO,bool ShowFileName,
wchar Command);
#endif