aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parser.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-26 01:14:33 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-26 01:14:33 +0000
commit598e86f3b30bfd343dfa5c3b9a310dbd91a96413 (patch)
tree7c94ee05e61fd2e9cb45280ca386a914b20b11cc /src/include/parser/parser.h
parent4a5b781d71b61887fd312112d75979f250bf723f (diff)
downloadpostgresql-598e86f3b30bfd343dfa5c3b9a310dbd91a96413.tar.gz
postgresql-598e86f3b30bfd343dfa5c3b9a310dbd91a96413.zip
Cleanup up include files.
Diffstat (limited to 'src/include/parser/parser.h')
-rw-r--r--src/include/parser/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
index 4362ebb4803..820d7f960aa 100644
--- a/src/include/parser/parser.h
+++ b/src/include/parser/parser.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: parser.h,v 1.1 1997/11/25 22:07:08 momjian Exp $
+ * $Id: parser.h,v 1.2 1997/11/26 01:14:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@
#include <parser/parse_node.h>
-QueryTreeList *parser(char *str, Oid *typev, int nargs);
+extern QueryTreeList *parser(char *str, Oid *typev, int nargs);
#endif /* PARSER_H */