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

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

extern void ProcessUtility ARGS((int command, LispValue args, char *commandString, CommandDest dest));

#endif /* utilityIncluded */
