aboutsummaryrefslogtreecommitdiff
path: root/src/init/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/init/common.h')
-rw-r--r--src/init/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/init/common.h b/src/init/common.h
index 64a3637370..fce6e679c2 100644
--- a/src/init/common.h
+++ b/src/init/common.h
@@ -8,6 +8,8 @@
#ifndef BITCOIN_INIT_COMMON_H
#define BITCOIN_INIT_COMMON_H
+class ArgsManager;
+
namespace init {
void SetGlobals();
void UnsetGlobals();
@@ -16,6 +18,7 @@ void UnsetGlobals();
* necessary library support.
*/
bool SanityChecks();
+void AddLoggingArgs(ArgsManager& args);
} // namespace init
#endif // BITCOIN_INIT_COMMON_H