diff options
| author | Stuart Cardall <[email protected]> | 2014-05-13 10:15:00 +0000 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-19 15:16:33 +0200 |
| commit | 337459b96b4fb270db0a65b7ce12341891ae218a (patch) | |
| tree | c453fee5f6c582f585757917e3562e6dbc5a6df3 /src/util.h | |
| parent | qt: periodic language update (diff) | |
| download | discoin-337459b96b4fb270db0a65b7ce12341891ae218a.tar.xz discoin-337459b96b4fb270db0a65b7ce12341891ae218a.zip | |
SetupEnvironment() - clean commit
Rebased-By: Wladimir J. van der Laan <[email protected]>
Rebased-From: 5248ff4
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 55d9308ab..031dbd901 100644 --- a/src/util.h +++ b/src/util.h @@ -106,6 +106,7 @@ extern volatile bool fReopenDebugLog; void RandAddSeed(); void RandAddSeedPerfmon(); +void SetupEnvironment(); /* Return true if log accepts specified category */ bool LogAcceptCategory(const char* category); |