Rename config.[ch] to configfile.[ch]

This commit is contained in:
Ian Barwick
2017-07-16 09:41:26 +09:00
parent b1051bfca2
commit a29bc3e0fa
8 changed files with 11 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
#include "repmgr_version.h"
#include "errcode.h"
#include "strutil.h"
#include "config.h"
#include "configfile.h"
#include "dbutils.h"
#include "log.h"
@@ -51,4 +51,5 @@
#define ERRBUFF_SIZE 512
#endif /* _REPMGR_H_ */