summaryrefslogtreecommitdiff
path: root/src/include/commands/proclang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/proclang.h')
-rw-r--r--src/include/commands/proclang.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h
new file mode 100644
index 00000000000..af6182cccab
--- /dev/null
+++ b/src/include/commands/proclang.h
@@ -0,0 +1,17 @@
+/*-------------------------------------------------------------------------
+ *
+ * proclang.h--
+ * prototypes for proclang.c.
+ *
+ *
+ *-------------------------------------------------------------------------
+ */
+#ifndef PROCLANG_H
+#define PROCLANG_H
+
+#include <nodes/parsenodes.h>
+
+extern void CreateProceduralLanguage(CreatePLangStmt * stmt);
+extern void DropProceduralLanguage(DropPLangStmt * stmt);
+
+#endif /* PROCLANG_H */