blob: 40340365abebd6aa6b64c1f7c2096e7761f2a0f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|