aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/ipc.h')
-rw-r--r--src/include/storage/ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h
index d12ec20cfd6..0798ea4bb3d 100644
--- a/src/include/storage/ipc.h
+++ b/src/include/storage/ipc.h
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: ipc.h,v 1.57 2002/09/04 20:31:45 momjian Exp $
+ * $Id: ipc.h,v 1.58 2003/05/02 21:52:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -32,5 +32,6 @@ extern void on_exit_reset(void);
extern void CreateSharedMemoryAndSemaphores(bool makePrivate,
int maxBackends,
int port);
+extern void AttachSharedMemoryAndSemaphores(void);
#endif /* IPC_H */