/* ----------------------------------------------------------------
 *   FILE
 *	ex_scan.h
 *
 *   DESCRIPTION
 *	prototypes for ex_scan.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	/usr/local/devel/postgres-v4r2/src/backend/executor/RCS/x_scan.h,v 1.6 1994/02/07 11:38:22 aoki Exp
 * ----------------------------------------------------------------
 */

#ifndef ex_scanIncluded		/* include this file only once */
#define ex_scanIncluded	1

extern TupleTableSlot ExecScan ARGS((Scan node, Pointer (*accessMtd)()));

#endif /* ex_scanIncluded */
