summaryrefslogtreecommitdiff
path: root/loadlib.h
diff options
context:
space:
mode:
authorHiroshi Inoue2007-11-02 23:01:41 +0000
committerHiroshi Inoue2007-11-02 23:01:41 +0000
commit3dc26c30fcc8d56c4b9e5894f2ace66a8f8dc04a (patch)
treeb2210758653c3c45af635f403aface8bbea03fc7 /loadlib.h
parent569b9cf9215dc21a5ae26ff4762e9cfad59dbe35 (diff)
I may have introduced a bug in the last change which may cause an
infinite loop of trial to use the same (should be lower) version of protocols. Also try to use SSPI service for SSL support when libpq is unavailable.
Diffstat (limited to 'loadlib.h')
-rw-r--r--loadlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadlib.h b/loadlib.h
index 997bac2..beabb3f 100644
--- a/loadlib.h
+++ b/loadlib.h
@@ -16,7 +16,7 @@
extern "C" {
#endif
-BOOL LIBPQ_check(void);
+BOOL SSLLIB_check(void);
#ifndef NOT_USE_LIBPQ
void *CALL_PQconnectdb(const char *conninfo, BOOL *);
#endif /* NOT_USE_LIBPQ */