mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Changes when trying to compile:
- Fix Makefile to include check_dir.c - Add function mkdir_p that was taken from initdb.c - Replace some strcpy for assignment to const char * to keep compiler quite - Add STANDBY_NORMAL to initialize action - fix typos and add headers needed to compile
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
int check_dir(const char *dir);
|
||||
bool create_directory(const char *dir);
|
||||
bool set_directory_permissions(const char *dir);
|
||||
int check_dir(char *dir);
|
||||
bool create_directory(char *dir);
|
||||
bool set_directory_permissions(char *dir);
|
||||
|
||||
Reference in New Issue
Block a user