aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-06-28 17:35:22 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-06-28 18:02:42 +0200
commitde79aaa7a9ad07664461ee8735299aa68c630969 (patch)
tree8c5f88f95403ab6c3c5a23374f93e8ab686dc6c9 /src/util.h
parent236ae8665efadf7b4456c0a9fbf204a5cb4ce9f4 (diff)
downloadbitcoin-de79aaa7a9ad07664461ee8735299aa68c630969.tar.xz
Move non-trivial uint256.h methods to uint256.cpp
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 6057c72e66..707b8f2d76 100644
--- a/src/util.h
+++ b/src/util.h
@@ -156,6 +156,7 @@ bool ParseMoney(const char* pszIn, int64_t& nRet);
std::string SanitizeString(const std::string& str);
std::vector<unsigned char> ParseHex(const char* psz);
std::vector<unsigned char> ParseHex(const std::string& str);
+signed char HexDigit(char c);
bool IsHex(const std::string& str);
std::vector<unsigned char> DecodeBase64(const char* p, bool* pfInvalid = NULL);
std::string DecodeBase64(const std::string& str);