diff options
Diffstat (limited to 'src/include/storage/ipc.h')
-rw-r--r-- | src/include/storage/ipc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h index a01dc2cb223..24a7acdf2e3 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.59 2003/05/02 21:59:31 momjian Exp $ + * $Id: ipc.h,v 1.60 2003/05/03 03:52:07 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 */ |