summaryrefslogtreecommitdiff
path: root/src/include/utils/rel2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/rel2.h')
-rw-r--r--src/include/utils/rel2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h
index afe8246a049..4440e508e44 100644
--- a/src/include/utils/rel2.h
+++ b/src/include/utils/rel2.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel2.h,v 1.5 1998/01/24 22:50:55 momjian Exp $
+ * $Id: rel2.h,v 1.6 1998/02/26 04:44:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,7 +17,8 @@
extern IndexStrategy RelationGetIndexStrategy(Relation relation);
-extern void RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
+extern void
+RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
RegProcedure *support);
#endif /* TMP_REL2_H */