UniValue: export NullUniValue global constant

This commit is contained in:
Jeff Garzik
2014-08-20 11:13:52 -04:00
committed by Jack Grigg
parent ec57cc0ffe
commit 03912600e8
2 changed files with 7 additions and 5 deletions

View File

@@ -152,4 +152,6 @@ extern enum jtokentype getJsonToken(std::string& tokenVal,
unsigned int& consumed, const char *raw);
extern const char *uvTypeName(UniValue::VType t);
extern const UniValue NullUniValue;
#endif // BITCOIN_UNIVALUE_UNIVALUE_H