diff options
Diffstat (limited to 'src/include/access/rtstrat.h')
-rw-r--r-- | src/include/access/rtstrat.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h index 7f2b88a721f..3f33f04e914 100644 --- a/src/include/access/rtstrat.h +++ b/src/include/access/rtstrat.h @@ -1,18 +1,19 @@ /*------------------------------------------------------------------------- * * rtstrat.h-- - * routines defined in access/rtree/rtstrat.c + * routines defined in access/rtree/rtstrat.c * * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtstrat.h,v 1.1 1996/08/27 21:50:23 scrappy Exp $ + * $Id: rtstrat.h,v 1.2 1997/09/07 04:56:11 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RTSTRAT_H -extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum, - RegProcedure proc); +extern RegProcedure +RTMapOperator(Relation r, AttrNumber attnum, + RegProcedure proc); -#endif /* RTSTRAT_H */ +#endif /* RTSTRAT_H */ |