aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/univalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/univalue/univalue.h')
-rw-r--r--src/univalue/univalue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/univalue/univalue.h b/src/univalue/univalue.h
index d31c596a61..afe751ed9d 100644
--- a/src/univalue/univalue.h
+++ b/src/univalue/univalue.h
@@ -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
+