summaryrefslogtreecommitdiff
path: root/src/include/tcop/utility.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-04 12:07:05 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-04 12:07:05 +0000
commitdc037969adaf7d5a16fa09b12b6fa6bf4e2938b8 (patch)
treea9ff0c5380b88c368e8153cfb588449f58530921 /src/include/tcop/utility.h
parent0b3cb80e03a54636354930d2a1fc0186e3ba092c (diff)
Another one completely cleaned up
Diffstat (limited to 'src/include/tcop/utility.h')
-rw-r--r--src/include/tcop/utility.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h
index ae7c085fb5e..ec0842dd3a3 100644
--- a/src/include/tcop/utility.h
+++ b/src/include/tcop/utility.h
@@ -6,13 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: utility.h,v 1.1 1996/08/28 07:27:54 scrappy Exp $
+ * $Id: utility.h,v 1.2 1996/11/04 12:07:05 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef UTILITY_H
#define UTILITY_H
+#include <executor/execdesc.h>
+
extern void ProcessUtility(Node *parsetree, CommandDest dest);
#endif /* UTILITY_H */