/* ----------------------------------------------------------------
 *   FILE
 *	n_scantemps.h
 *
 *   DESCRIPTION
 *	prototypes for n_scantemps.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	/usr/local/devel/postgres-v4r2/src/backend/executor/RCS/x_scantemps.h,v 1.1 1994/02/07 12:04:30 aoki Exp
 * ----------------------------------------------------------------
 */

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

extern TupleTableSlot ExecScanTemps ARGS((ScanTemps node));
extern List ExecInitScanTemps ARGS((ScanTemps node, EState estate, Plan parent));
extern int ExecCountSlotsScanTemps ARGS((Plan node));
extern void ExecEndScanTemps ARGS((ScanTemps node));

#endif /* n_scantempsIncluded */
