aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parser.h')
-rw-r--r--src/include/parser/parser.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
new file mode 100644
index 00000000000..4362ebb4803
--- /dev/null
+++ b/src/include/parser/parser.h
@@ -0,0 +1,21 @@
+/*-------------------------------------------------------------------------
+ *
+ * parser.h
+ *
+ *
+ *
+ * Copyright (c) 1994, Regents of the University of California
+ *
+ * $Id: parser.h,v 1.1 1997/11/25 22:07:08 momjian Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
+#ifndef PARSER_H
+#define PARSER_H
+
+#include <parser/parse_node.h>
+
+QueryTreeList *parser(char *str, Oid *typev, int nargs);
+
+#endif /* PARSER_H */
+