/* ----------------------------------------------------------------
 *   FILE
 *	storeplan.h
 *
 *   DESCRIPTION
 *	prototypes for storeplan.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	/usr/local/devel/postgres-v4r2/src/backend/planner/RCS/storeplan.h,v 1.1 1993/11/03 04:12:05 aoki Exp
 * ----------------------------------------------------------------
 */

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

extern LispValue StringToPlan ARGS((char *string));
extern LispValue StringToPlanWithParams ARGS((char *string, ParamListInfo *paramListP));
extern char *PlanToString ARGS((LispValue l));

#endif /* storeplanIncluded */
