diff options
Diffstat (limited to 'src/include/access/rtstrat.h')
| -rw-r--r-- | src/include/access/rtstrat.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h new file mode 100644 index 0000000000..7f2b88a721 --- /dev/null +++ b/src/include/access/rtstrat.h @@ -0,0 +1,18 @@ +/*------------------------------------------------------------------------- + * + * rtstrat.h-- + * 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 $ + * + *------------------------------------------------------------------------- + */ +#ifndef RTSTRAT_H + +extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum, + RegProcedure proc); + +#endif /* RTSTRAT_H */ |
