mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Fix use of "options" broken by recent merging
This commit is contained in:
5
config.h
5
config.h
@@ -17,6 +17,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _CONFIG_H_
|
||||
#define _CONFIG_H_
|
||||
|
||||
#include "repmgr.h"
|
||||
|
||||
typedef struct {
|
||||
@@ -31,3 +34,5 @@ typedef struct {
|
||||
void parse_config(const char* config_file, t_configuration_options* options);
|
||||
void parse_line(char *buff, char *name, char *value);
|
||||
char *trim(char *s);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user