summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/storage/latch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/storage/latch.h b/src/include/storage/latch.h
index 71fb4868a00..f5c7fe1ca5e 100644
--- a/src/include/storage/latch.h
+++ b/src/include/storage/latch.h
@@ -111,6 +111,7 @@ typedef struct
/*
* prototypes for functions in latch.c
*/
+extern void InitializeLatchSupport(void);
extern void InitLatch(volatile Latch *latch);
extern void InitSharedLatch(volatile Latch *latch);
extern void OwnLatch(volatile Latch *latch);