summaryrefslogtreecommitdiff
path: root/src/include/tcop
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-10-21 18:57:35 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-10-21 18:57:35 +0000
commitde9d7f4bd5e1fc72c9e5a0381c6c4c95d6f7bed1 (patch)
tree08be9934c18074e5ca450f35e2d0d48f05928c9b /src/include/tcop
parent0530d7a24ba6c65b324646e15c6415ef7e62e303 (diff)
downloadpostgresql-de9d7f4bd5e1fc72c9e5a0381c6c4c95d6f7bed1.tar.gz
Add DLLIMPORT declarations needed by contrib modules.
Diffstat (limited to 'src/include/tcop')
-rw-r--r--src/include/tcop/tcopprot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h
index ae909eb8af..f4ba67b3be 100644
--- a/src/include/tcop/tcopprot.h
+++ b/src/include/tcop/tcopprot.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tcopprot.h,v 1.50 2002/10/14 23:49:20 tgl Exp $
+ * $Id: tcopprot.h,v 1.51 2002/10/21 18:57:35 petere Exp $
*
* OLD COMMENTS
* This file was created so that other c files could get the two
@@ -32,6 +32,7 @@ extern bool InError;
extern CommandDest whereToSendOutput;
extern bool HostnameLookup;
extern bool ShowPortNumber;
+extern DLLIMPORT char* debug_query_string;
#ifndef BOOTSTRAP_INCLUDE