Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 26a6378

Browse files
committed
Remove extern for cancelConn, from Karel Zak
1 parent 4422fe6 commit 26a6378

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/psql/common.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.24 2003/03/20 06:43:35 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.25 2003/03/20 15:44:17 momjian Exp $
77
*/
88
#ifndef COMMON_H
99
#define COMMON_H
@@ -27,7 +27,6 @@ extern void NoticeProcessor(void *arg, const char *message);
2727
extern char *simple_prompt(const char *prompt, int maxlen, bool echo);
2828

2929
extern volatile bool cancel_pressed;
30-
extern PGconn *cancelConn;
3130

3231
extern void ResetCancelConn(void);
3332

0 commit comments

Comments
 (0)