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

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

extern void ValidateParse ARGS((List parse));

#endif /* parsevIncluded */
