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

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

extern Datum ProjectAttribute ARGS((TupleDescriptor TD, List tlist, HeapTuple tup, Boolean *isnullP));
extern TupleTableSlot copy_function_result ARGS((FunctionCachePtr fcache, TupleTableSlot resultSlot));
extern Datum postquel_function ARGS((Func funcNode, char *args[], bool *isNull, bool *isDone));

#endif /* functionsIncluded */
