Fix use of "options" broken by recent merging

This commit is contained in:
Greg Smith
2011-02-10 18:26:44 -05:00
parent b62ad056f1
commit 1be62fa6b2
5 changed files with 37 additions and 27 deletions

View File

@@ -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