Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Common/OpenArchive.h')
-rwxr-xr-x7zip/UI/Common/OpenArchive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/7zip/UI/Common/OpenArchive.h b/7zip/UI/Common/OpenArchive.h
index 5de18a71..f96b1ebf 100755
--- a/7zip/UI/Common/OpenArchive.h
+++ b/7zip/UI/Common/OpenArchive.h
@@ -14,6 +14,7 @@
#include "Windows/DLL.h"
#endif
+HRESULT GetArchiveItemPath(IInArchive *archive, UInt32 index, UString &result);
HRESULT GetArchiveItemPath(IInArchive *archive, UInt32 index, const UString &defaultName, UString &result);
HRESULT GetArchiveItemFileTime(IInArchive *archive, UInt32 index,
const FILETIME &defaultFileTime, FILETIME &fileTime);