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

@@ -9,7 +9,7 @@
#include "repmgr.h"
#include "repmgrd.h"
#include "repmgrd-bdr.h"
#include "config.h"
#include "configfile.h"
static volatile sig_atomic_t got_SIGHUP = false;