8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4422fe6 commit 26a6378Copy full SHA for 26a6378
src/bin/psql/common.h
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.24 2003/03/20 06:43:35 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.25 2003/03/20 15:44:17 momjian Exp $
7
*/
8
#ifndef COMMON_H
9
#define COMMON_H
@@ -27,7 +27,6 @@ extern void NoticeProcessor(void *arg, const char *message);
27
extern char *simple_prompt(const char *prompt, int< 56D5 /span> maxlen, bool echo);
28
29
extern volatile bool cancel_pressed;
30
-extern PGconn *cancelConn;
31
32
extern void ResetCancelConn(void);
33
0 commit comments