• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // HashGUI.h
2 
3 #ifndef __HASH_GUI_H
4 #define __HASH_GUI_H
5 
6 #include "../Common/HashCalc.h"
7 
8 HRESULT HashCalcGUI(
9     DECL_EXTERNAL_CODECS_LOC_VARS
10     const NWildcard::CCensor &censor,
11     const CHashOptions &options,
12     bool &messageWasDisplayed);
13 
14 void AddHashBundleRes(UString &s, const CHashBundle &hb, const UString &firstFileName);
15 
16 #endif
17