From af74855a608da4cd7ef88ceb2241ec1c75537f39 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 1 Sep 1998 03:29:17 +0000 Subject: Renaming cleanup, no pgindent yet. --- src/include/commands/cluster.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/cluster.h') diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 5847d6b3c9..ed89240ae7 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.4 1997/09/08 02:35:39 momjian Exp $ + * $Id: cluster.h,v 1.5 1998/09/01 03:28:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,6 +22,6 @@ /* * functions */ -extern void cluster(char oldrelname[], char oldindexname[]); +extern void cluster(char *oldrelname, char *oldindexname); #endif /* CLUSTER_H */ -- cgit v1.2.1