summaryrefslogtreecommitdiff
path: root/src/include/access/iqual.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/iqual.h')
-rw-r--r--src/include/access/iqual.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index 3cc1700f9c2..977045f0dc3 100644
--- a/src/include/access/iqual.h
+++ b/src/include/access/iqual.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: iqual.h,v 1.8 1998/01/24 22:48:05 momjian Exp $
+ * $Id: iqual.h,v 1.9 1998/02/26 04:40:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -24,7 +24,8 @@
extern int NIndexTupleProcessed;
-extern bool index_keytest(IndexTuple tuple, TupleDesc tupdesc,
+extern bool
+index_keytest(IndexTuple tuple, TupleDesc tupdesc,
int scanKeySize, ScanKey key);
#endif /* IQUAL_H */