/*-------------------------------------------------------------------------
 *
 * rtstrat.h--
 *    routines defined in access/rtree/rtstrat.c
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * rtstrat.h,v 1.2 1995/02/12 02:54:51 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef RTSTRAT_H

extern RegProcedure RTMapOperator(Relation r,  AttrNumber attnum,
				  RegProcedure proc);

#endif /* RTSTRAT_H */
