Avoid redundant redeclaration of GetWarnings(const string&)
commite0d459264fa9330eea99d33208fbddb8c8362be4
authorpracticalswift <practicalswift@users.noreply.github.com>
Tue, 18 Jul 2017 13:11:18 +0000 (18 15:11 +0200)
committerpracticalswift <practicalswift@users.noreply.github.com>
Tue, 18 Jul 2017 13:54:38 +0000 (18 15:54 +0200)
tree5a8bc23b4ef11691f0421485466d670650bbeb8b
parent7b6e8bc4424006119dc537699c8b3b3121e0b3c3
Avoid redundant redeclaration of GetWarnings(const string&)

std::string GetWarnings(const std::string& strFor) is declared in
warnings.h and defined in warnings.cpp.
src/qt/clientmodel.cpp
src/rpc/mining.cpp
src/rpc/misc.cpp
src/rpc/net.cpp
src/validation.h
src/warnings.h