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

HashGUI.h « GUI « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40340365abebd6aa6b64c1f7c2096e7761f2a0f4 (plain)
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