diff options
Diffstat (limited to 'src/include/common/controldata_utils.h')
-rw-r--r-- | src/include/common/controldata_utils.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/common/controldata_utils.h b/src/include/common/controldata_utils.h index 0ffa2000fc2..95317ebacf2 100644 --- a/src/include/common/controldata_utils.h +++ b/src/include/common/controldata_utils.h @@ -12,6 +12,10 @@ #include "catalog/pg_control.h" -extern ControlFileData *get_controlfile(const char *DataDir, const char *progname, bool *crc_ok_p); +extern ControlFileData *get_controlfile(const char *DataDir, + const char *progname, + bool *crc_ok_p); +extern void update_controlfile(const char *DataDir, const char *progname, + ControlFileData *ControlFile); #endif /* COMMON_CONTROLDATA_UTILS_H */ |