aboutsummaryrefslogtreecommitdiff
path: root/src/include/postmaster/pgarch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postmaster/pgarch.h')
-rw-r--r--src/include/postmaster/pgarch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/postmaster/pgarch.h b/src/include/postmaster/pgarch.h
index 1e47a143e13..732615be570 100644
--- a/src/include/postmaster/pgarch.h
+++ b/src/include/postmaster/pgarch.h
@@ -31,5 +31,6 @@ extern void PgArchShmemInit(void);
extern bool PgArchCanRestart(void);
extern void PgArchiverMain(void) pg_attribute_noreturn();
extern void PgArchWakeup(void);
+extern void PgArchForceDirScan(void);
#endif /* _PGARCH_H */