Files
repmgr/config.h
2010-06-17 10:43:35 -05:00

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);