5 Aug
2024
5 Aug
'24
9:02 p.m.
On Mon, 29 Jul 2024 14:22:59 +1000
David Gibson
logfile_write() is not used outside log.c, nor should it be. It should only be used externall via the general logging functions. Make it static in log.c. To avoid forward declarations this requires moving a bunch of functions earlier in the file.
Signed-off-by: David Gibson
Applied (1/2 only, for the moment). -- Stefano