diff options
Diffstat (limited to 'src/include/commands/cluster.h')
-rw-r--r-- | src/include/commands/cluster.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index ff3a8d82d39..2490278b6ca 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -6,16 +6,17 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.15 2002/08/10 21:00:34 momjian Exp $ + * $Id: cluster.h,v 1.16 2002/11/15 03:09:39 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef CLUSTER_H #define CLUSTER_H +#include <nodes/parsenodes.h> /* * functions */ -extern void cluster(RangeVar *oldrelation, char *oldindexname); +extern void cluster(ClusterStmt *stmt); #endif /* CLUSTER_H */ |