diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-01-24 22:50:57 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-01-24 22:50:57 +0000 |
| commit | 72295139434d26c6da565faee2f50cb6fa900d43 (patch) | |
| tree | fe3868a4a1f475cc4d7adbc7ab069052b5d67b20 /src/include/access/hio.h | |
| parent | 27317a0d7c267ef356f7620f00769363007fcb3f (diff) | |
| download | postgresql-72295139434d26c6da565faee2f50cb6fa900d43.tar.gz | |
Fix prototypes so they don't look like function definitions.
Diffstat (limited to 'src/include/access/hio.h')
| -rw-r--r-- | src/include/access/hio.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h index e4bd0404f6..0f7c40e1ed 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.5 1997/09/08 02:34:11 momjian Exp $ + * $Id: hio.h,v 1.6 1998/01/24 22:48:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,8 +17,7 @@ #include <utils/rel.h> -extern void -RelationPutHeapTuple(Relation relation, BlockNumber blockIndex, +extern void RelationPutHeapTuple(Relation relation, BlockNumber blockIndex, HeapTuple tuple); extern void RelationPutHeapTupleAtEnd(Relation relation, HeapTuple tuple); |
