/* ----------------------------------------------------------------
 *   FILE
 *	ex_junk.h
 *
 *   DESCRIPTION
 *	prototypes for ex_junk.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	/usr/local/devel/postgres-v4r2/src/backend/executor/RCS/x_junk.h,v 1.2 1994/02/07 11:37:57 aoki Exp
 * ----------------------------------------------------------------
 */

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

extern JunkFilter ExecInitJunkFilter ARGS((List targetList));
extern bool ExecGetJunkAttribute ARGS((JunkFilter junkfilter, TupleTableSlot slot, Name attrName, Datum *value, Boolean *isNull));
extern HeapTuple ExecRemoveJunk ARGS((JunkFilter junkfilter, TupleTableSlot slot));

#endif /* ex_junkIncluded */
