aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-11-21 21:16:06 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-11-21 21:16:06 +0000
commita70e74b060ab2769523ad831f571cb80122121d3 (patch)
tree95e04cfd344db47857c4aecc3308092d5df01f3d /src/backend/storage/ipc/ipci.c
parent040bb787bcf840e5a1fc49fccff185a8274bccae (diff)
downloadpostgresql-a70e74b060ab2769523ad831f571cb80122121d3.tar.gz
postgresql-a70e74b060ab2769523ad831f571cb80122121d3.zip
Put external declarations into header files.
Diffstat (limited to 'src/backend/storage/ipc/ipci.c')
-rw-r--r--src/backend/storage/ipc/ipci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c
index 12594484ece..5c7e88af73e 100644
--- a/src/backend/storage/ipc/ipci.c
+++ b/src/backend/storage/ipc/ipci.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.33 2000/04/12 17:15:37 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.34 2000/11/21 21:16:01 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,6 +17,7 @@
#include "postgres.h"
#include "miscadmin.h"
+#include "access/xlog.h"
#include "storage/bufmgr.h"
#include "storage/sinval.h"
@@ -55,8 +56,6 @@ void
CreateSharedMemoryAndSemaphores(IPCKey key, int maxBackends)
{
int size;
- extern int XLOGShmemSize(void);
- extern void XLOGShmemInit(void);
#ifdef HAS_TEST_AND_SET