/*-------------------------------------------------------------------------
 *
 * utility.h--
 *    prototypes for utility.c.
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * utility.h,v 1.2 1995/01/18 21:11:59 jolly Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef UTILITY_H
#define UTILITY_H

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

#endif	/* UTILITY_H */
