mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-08 13:42:46 +00:00
8 lines
155 B
C++
8 lines
155 B
C++
![]() |
#ifndef _RAR_VOLUME_
|
||
|
#define _RAR_VOLUME_
|
||
|
|
||
|
bool MergeArchive(Archive &Arc,ComprDataIO *DataIO,bool ShowFileName,
|
||
|
wchar Command);
|
||
|
|
||
|
#endif
|