aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/GUI/HashGUI.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/GUI/HashGUI.h')
-rw-r--r--CPP/7zip/UI/GUI/HashGUI.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/CPP/7zip/UI/GUI/HashGUI.h b/CPP/7zip/UI/GUI/HashGUI.h
new file mode 100644
index 0000000..4fb0666
--- /dev/null
+++ b/CPP/7zip/UI/GUI/HashGUI.h
@@ -0,0 +1,16 @@
+// HashGUI.h
+
+#ifndef __HASH_GUI_H
+#define __HASH_GUI_H
+
+#include "../Common/HashCalc.h"
+
+HRESULT HashCalcGUI(
+ DECL_EXTERNAL_CODECS_LOC_VARS
+ const NWildcard::CCensor &censor,
+ const CHashOptions &options,
+ bool &messageWasDisplayed);
+
+void AddHashBundleRes(UString &s, const CHashBundle &hb, const UString &firstFileName);
+
+#endif