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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init/common.h b/src/init/common.h
index 91a7282d10..fc4bc1b280 100644
--- a/src/init/common.h
+++ b/src/init/common.h
@@ -22,6 +22,7 @@ void AddLoggingArgs(ArgsManager& args);
void SetLoggingOptions(const ArgsManager& args);
void SetLoggingCategories(const ArgsManager& args);
bool StartLogging(const ArgsManager& args);
+void LogPackageVersion();
} // namespace init
#endif // BITCOIN_INIT_COMMON_H