mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-10 17:17:14 +01:00
The background of this commit is an ongoing effort to decouple the libbitcoinkernel library from code that is not strictly required by it. The settings code belongs into the common library and namespace, since the kernel library should not depend on it. See doc/design/libraries.md for more information on this rationale. Changing the namespace of the moved functions is scripted in the following commit. |
||
---|---|---|
.. | ||
args.cpp | ||
args.h | ||
bloom.cpp | ||
bloom.h | ||
config.cpp | ||
init.cpp | ||
init.h | ||
interfaces.cpp | ||
run_command.cpp | ||
run_command.h | ||
settings.cpp | ||
settings.h | ||
system.cpp | ||
system.h | ||
url.cpp | ||
url.h |