mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Convert some remaining fprintf messages to logger
This commit is contained in:
2
config.h
2
config.h
@@ -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