diff options
Diffstat (limited to 'src/include/storage/sinval.h')
| -rw-r--r-- | src/include/storage/sinval.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h index 55f6b6bd60d..2548d5c9298 100644 --- a/src/include/storage/sinval.h +++ b/src/include/storage/sinval.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: sinval.h,v 1.6 1997/09/08 02:39:09 momjian Exp $ + * $Id: sinval.h,v 1.7 1998/01/24 22:50:15 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,8 +21,7 @@ extern SPINLOCK SInvalLock; extern void CreateSharedInvalidationState(IPCKey key); extern void AttachSharedInvalidationState(IPCKey key); extern void InitSharedInvalidationState(void); -extern void -RegisterSharedInvalid(int cacheId, Index hashIndex, +extern void RegisterSharedInvalid(int cacheId, Index hashIndex, ItemPointer pointer); extern void InvalidateSharedInvalid(void (*invalFunction) (), void (*resetFunction) ()); |
