aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r--src/bin/psql/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h
index ead859cd32c..20e7efd2e2c 100644
--- a/src/bin/psql/command.h
+++ b/src/bin/psql/command.h
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.15 2003/06/28 00:12:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.16 2003/07/28 00:14:43 tgl Exp $
*/
#ifndef COMMAND_H
#define COMMAND_H
@@ -42,6 +42,6 @@ extern void SyncVariables(void);
extern void UnsyncVariables(void);
-extern void SyncVerboseVariable(void);
+extern void SyncVerbosityVariable(void);
#endif /* COMMAND_H */