mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Make cfgLoadLogSetting() static.
This function was once required by the test harness.
This commit is contained in:
parent
f7dac144a6
commit
d6cea422a0
@ -21,7 +21,7 @@ Configuration Load
|
||||
/***********************************************************************************************************************************
|
||||
Load log settings
|
||||
***********************************************************************************************************************************/
|
||||
void
|
||||
static void
|
||||
cfgLoadLogSetting(void)
|
||||
{
|
||||
FUNCTION_LOG_VOID(logLevelTrace);
|
||||
|
@ -12,7 +12,6 @@ Configuration Load
|
||||
Functions
|
||||
***********************************************************************************************************************************/
|
||||
void cfgLoad(unsigned int argListSize, const char *argList[]);
|
||||
void cfgLoadLogSetting(void);
|
||||
void cfgLoadLogFile(void);
|
||||
void cfgLoadUpdateOption(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user