aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/tcop/utility.h')
-rw-r--r--src/backend/tcop/utility.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/backend/tcop/utility.h b/src/backend/tcop/utility.h
new file mode 100644
index 00000000000..8a3035c0c4a
--- /dev/null
+++ b/src/backend/tcop/utility.h
@@ -0,0 +1,18 @@
+/*-------------------------------------------------------------------------
+ *
+ * utility.h--
+ * prototypes for utility.c.
+ *
+ *
+ * Copyright (c) 1994, Regents of the University of California
+ *
+ * $Id: utility.h,v 1.1.1.1 1996/07/09 06:22:00 scrappy Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
+#ifndef UTILITY_H
+#define UTILITY_H
+
+extern void ProcessUtility(Node *parsetree, CommandDest dest);
+
+#endif /* UTILITY_H */