/*-------------------------------------------------------------------------
 *
 * utility.h--
 *    prototypes for utility.c.
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * utility.h,v 1.3 1995/07/11 20:34:33 jolly Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef UTILITY_H
#define UTILITY_H

extern void ProcessUtility(Node *parsetree, CommandDest dest);

#endif	/* UTILITY_H */
