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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
index 3211da09dfc..cbe879302fc 100644
--- a/src/include/parser/parser.h
+++ b/src/include/parser/parser.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.24 2009/01/01 17:24:00 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.25 2009/04/19 21:50:08 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,4 +18,6 @@
extern List *raw_parser(const char *str);
+extern char *pg_parse_string_token(const char *token);
+
#endif /* PARSER_H */