/* ----------------------------------------------------------------
 *   FILE
 *	n_nestloop.h
 *
 *   DESCRIPTION
 *	prototypes for n_nestloop.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	$Header: /usr/local/devel/postgres/src/backend/executor/RCS/x_nestloop.h,v 1.4 1994/02/07 11:38:10 aoki Exp $
 * ----------------------------------------------------------------
 */

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

extern TupleTableSlot ExecNestLoop ARGS((NestLoop node));
extern List ExecInitNestLoop ARGS((NestLoop node, EState estate, Plan parent));
extern int ExecCountSlotsNestLoop ARGS((Plan node));
extern List ExecEndNestLoop ARGS((NestLoop node));

#endif /* n_nestloopIncluded */
