diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-08 19:47:56 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-15 15:05:18 -0400 |
commit | fad4fa7e2fb95b7ced9007060ebfd0e8f181f5d8 (patch) | |
tree | b8cc4ebb5ce96fef30123357661c22bfad6d070f /src/init.h | |
parent | 4bd6bc5cb4f3c4b017cc0ac21c00c2218acb97d0 (diff) |
node: Add args alias for gArgs global
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.h b/src/init.h index f74ae5a47a..0c44035b00 100644 --- a/src/init.h +++ b/src/init.h @@ -54,9 +54,9 @@ bool AppInitLockDataDirectory(); bool AppInitMain(NodeContext& node); /** - * Setup the arguments for gArgs + * Register all arguments with the ArgsManager */ -void SetupServerArgs(); +void SetupServerArgs(NodeContext& node); /** Returns licensing information (for -version) */ std::string LicenseInfo(); |