/*-------------------------------------------------------------------------
 *
 * rtscan.h--
 *    routines defined in access/rtree/rtscan.c
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * rtscan.h,v 1.1.1.1 1994/11/07 05:19:18 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef RTSCAN_H

void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetIndex offind);

#endif /* RTSCAN_H */
