mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
10 lines
198 B
C
10 lines
198 B
C
/*
|
|
* config.h
|
|
* Copyright (c) 2ndQuadrant, 2010
|
|
*
|
|
*/
|
|
|
|
void parse_config(char *cluster_name, int *node, char *service);
|
|
void parse_line(char *buff, char *name, char *value);
|
|
char *trim(char *s);
|