diff options
Diffstat (limited to 'src/include/parser/analyze.h')
-rw-r--r-- | src/include/parser/analyze.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h index afd8a34fb3e..9d60e0f64c8 100644 --- a/src/include/parser/analyze.h +++ b/src/include/parser/analyze.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.h,v 1.11 2000/10/05 19:11:38 tgl Exp $ + * $Id: analyze.h,v 1.12 2000/10/07 00:58:21 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -15,6 +15,6 @@ #include "parser/parse_node.h" -extern List *parse_analyze(List *pl, ParseState *parentParseState); +extern List *parse_analyze(Node *parseTree, ParseState *parentParseState); #endif /* ANALYZE_H */ |