|
7 | 7 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $Id: bufmgr.h,v 1.65 2002/10/21 18:57:34 petere Exp $ |
| 10 | + * $Id: bufmgr.h,v 1.66 2002/10/22 20:00:48 petere Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
|
23 | 23 | typedefvoid*Block; |
24 | 24 |
|
25 | 25 | /* in globals.c ... this duplicates miscadmin.h */ |
26 | | -externintNBuffers; |
| 26 | +externDLLIMPORTintNBuffers; |
27 | 27 |
|
28 | 28 | /* in buf_init.c */ |
29 | 29 | externDLLIMPORTBlock*BufferBlockPointers; |
30 | 30 | externlong*PrivateRefCount; |
31 | 31 |
|
32 | 32 | /* in localbuf.c */ |
33 | | -externintNLocBuffer; |
| 33 | +externDLLIMPORTintNLocBuffer; |
34 | 34 | externDLLIMPORTBlock*LocalBufferBlockPointers; |
35 | 35 | externlong*LocalRefCount; |
36 | 36 |
|
|