aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorJoelKatz <[email protected]>2011-07-25 15:13:55 -0700
committerPieter Wuille <[email protected]>2011-09-27 19:47:34 +0200
commit4e67a6216bf3633320950117aba3566cbfd5ffda (patch)
treee5739dd58720f6d65979f158bf51eb006ce77000 /src/util.h
parentMerge pull request #532 from TheBlueMatt/build-updates (diff)
downloaddiscoin-4e67a6216bf3633320950117aba3566cbfd5ffda.tar.xz
discoin-4e67a6216bf3633320950117aba3566cbfd5ffda.zip
Faster Base64 decoder.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 33013a2f8..92a2b839c 100644
--- a/src/util.h
+++ b/src/util.h
@@ -201,6 +201,7 @@ void SetMockTime(int64 nMockTimeIn);
int64 GetAdjustedTime();
void AddTimeData(unsigned int ip, int64 nTime);
std::string FormatFullVersion();
+std::string DecodeBase64(const std::string &s);