summaryrefslogtreecommitdiff
path: root/src/include/utils/rel2.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-01-24 22:50:57 +0000
committerBruce Momjian <bruce@momjian.us>1998-01-24 22:50:57 +0000
commit72295139434d26c6da565faee2f50cb6fa900d43 (patch)
treefe3868a4a1f475cc4d7adbc7ab069052b5d67b20 /src/include/utils/rel2.h
parent27317a0d7c267ef356f7620f00769363007fcb3f (diff)
downloadpostgresql-72295139434d26c6da565faee2f50cb6fa900d43.tar.gz
Fix prototypes so they don't look like function definitions.
Diffstat (limited to 'src/include/utils/rel2.h')
-rw-r--r--src/include/utils/rel2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h
index 0f750f47ff..afe8246a04 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.4 1997/09/08 21:55:16 momjian Exp $
+ * $Id: rel2.h,v 1.5 1998/01/24 22:50:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,8 +17,7 @@
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 */