Files
easy7zip/CPP/7zip/UI/GUI/HashGUI.h
Igor Pavlov f08f4dcc3c 9.34
2016-05-28 00:16:51 +01:00

17 lines
345 B
C

// 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