mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-06-01 11:49:06 +00:00
Convert some remaining fprintf messages to logger
This commit is contained in:
@@ -33,7 +33,7 @@ typedef struct
|
||||
char rsync_options[QUERY_STR_LEN];
|
||||
} t_configuration_options;
|
||||
|
||||
void parse_config(const char* config_file, t_configuration_options* options);
|
||||
void parse_config(const char *config_file, t_configuration_options *options);
|
||||
void parse_line(char *buff, char *name, char *value);
|
||||
char *trim(char *s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user