/* ----------------------------------------------------------------
 *   FILE
 *	pfrag.h
 *
 *   DESCRIPTION
 *	prototypes for pfrag.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	$Header: /usr/local/devel/postgres/src/backend/tcop/RCS/pfrag.h,v 1.2 1994/02/07 11:45:15 aoki Exp $
 * ----------------------------------------------------------------
 */

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

extern Fragment InitialPlanFragments ARGS((List parsetree, Plan plan));
extern void OptimizeAndExecuteFragments ARGS((List fragmentlist, CommandDest destination));

#endif /* pfragIncluded */
