aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/view.h')
-rw-r--r--src/include/commands/view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index 2e0e5254039..ff54935bbbd 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.24 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.25 2007/03/13 00:33:43 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,7 @@
#include "nodes/parsenodes.h"
-extern void DefineView(RangeVar *view, Query *view_parse, bool replace);
+extern void DefineView(ViewStmt *stmt, const char *queryString);
extern void RemoveView(const RangeVar *view, DropBehavior behavior);
#endif /* VIEW_H */