OSDN Git Service

8e05c424a4abdca9c7453fb03f56f4b8d9458133
[pg-rex/syncrep.git] / src / include / tcop / utility.h
1 /*-------------------------------------------------------------------------
2  *
3  * utility.h
4  *        prototypes for utility.c.
5  *
6  *
7  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8  * Portions Copyright (c) 1994, Regents of the University of California
9  *
10  * $Id: utility.h,v 1.13 2001/11/05 17:46:36 momjian Exp $
11  *
12  *-------------------------------------------------------------------------
13  */
14 #ifndef UTILITY_H
15 #define UTILITY_H
16
17 #include "executor/execdesc.h"
18
19 extern void ProcessUtility(Node *parsetree, CommandDest dest);
20
21 #endif   /* UTILITY_H */