summaryrefslogtreecommitdiff
path: root/src/include/access/rtstrat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/rtstrat.h')
-rw-r--r--src/include/access/rtstrat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h
index edb6b32db59..06236ae220a 100644
--- a/src/include/access/rtstrat.h
+++ b/src/include/access/rtstrat.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtstrat.h,v 1.6 1998/01/24 22:48:08 momjian Exp $
+ * $Id: rtstrat.h,v 1.7 1998/02/26 04:40:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,8 @@
#include <utils/rel.h>
#include <access/attnum.h>
-extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum,
+extern RegProcedure
+RTMapOperator(Relation r, AttrNumber attnum,
RegProcedure proc);
#endif /* RTSTRAT_H */