mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make qof_log_set_file static.
Used only internally.
This commit is contained in:
parent
0403e4906c
commit
3e442a0ef9
@ -82,7 +82,7 @@ qof_log_dedent(void)
|
||||
: qof_log_num_spaces - QOF_LOG_INDENT_WIDTH;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
qof_log_set_file(FILE *outfile)
|
||||
{
|
||||
if (!outfile)
|
||||
|
Loading…
Reference in New Issue
Block a user