aboutsummaryrefslogtreecommitdiff
path: root/src/init/common.h
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2021-04-18 18:58:43 -0400
committerRussell Yanofsky <russ@yanofsky.org>2021-04-19 06:11:38 -0400
commit387c4cf5887bfdaf1606e1b287d901e4c449514f (patch)
tree1d3c9deafd400edec87f8db0bed3a8bf5dacfd1e /src/init/common.h
parenta67b54855b294802d52f09fa60d3f63550cbada7 (diff)
downloadbitcoin-387c4cf5887bfdaf1606e1b287d901e4c449514f.tar.xz
Move common sanity check code to init/common
Diffstat (limited to 'src/init/common.h')
-rw-r--r--src/init/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/init/common.h b/src/init/common.h
index b201232bfc..64a3637370 100644
--- a/src/init/common.h
+++ b/src/init/common.h
@@ -11,6 +11,11 @@
namespace init {
void SetGlobals();
void UnsetGlobals();
+/**
+ * Ensure a usable environment with all
+ * necessary library support.
+ */
+bool SanityChecks();
} // namespace init
#endif // BITCOIN_INIT_COMMON_H