]> git.corax.cc Git - toolbox/commit
include/log: Remove log_write() from public API
authorMatthias Kruk <m@m10k.eu>
Thu, 24 Jun 2021 23:46:58 +0000 (08:46 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 24 Jun 2021 23:46:58 +0000 (08:46 +0900)
commitc5f680dd8dd86fd7fd6985060b6a8fb87ba20e94
tree1afcd00631b787ed8c7ba548e2fc1f4c203657ba
parent5bf10113da9d4e23dff2d0c827aa1ffd44d6c0b6
include/log: Remove log_write() from public API

The log_write() function is not intended to be used directly, so it
should not be part of the public API of the log module.
This commit makes the log_write() function private by renaming it to
_log_write() and updating all references to it.
include/log.sh