summaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r--src/include/storage/bufmgr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index d8271e32abc..1977417fc60 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufmgr.h,v 1.64 2002/09/04 20:31:45 momjian Exp $
+ * $Id: bufmgr.h,v 1.65 2002/10/21 18:57:34 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -26,12 +26,12 @@ typedef void *Block;
extern int NBuffers;
/* in buf_init.c */
-extern Block *BufferBlockPointers;
+extern DLLIMPORT Block *BufferBlockPointers;
extern long *PrivateRefCount;
/* in localbuf.c */
extern int NLocBuffer;
-extern Block *LocalBufferBlockPointers;
+extern DLLIMPORT Block *LocalBufferBlockPointers;
extern long *LocalRefCount;
/* special pageno for bget */