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

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

extern TupleTableSlot ExecResult ARGS((Result node));
extern List ExecInitResult ARGS((Plan node, EState estate, Plan parent));
extern int ExecCountSlotsResult ARGS((Plan node));
extern void ExecEndResult ARGS((Result node));

#endif /* n_resultIncluded */
