diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-10-21 15:21:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-10-21 15:21:21 +0000 |
commit | 5aad28a1048bf5a51c4facf3bc3cc2f94261f578 (patch) | |
tree | 808e0f7415b6b1420c73e45aaca383ab4dcd88d6 /src | |
parent | f8529779ee4debbca36bcf661add73322598b7e2 (diff) | |
download | postgresql-5aad28a1048bf5a51c4facf3bc3cc2f94261f578.tar.gz postgresql-5aad28a1048bf5a51c4facf3bc3cc2f94261f578.zip |
Add missing PQinitSSL and PQregisterThreadLock to exports.txt.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq/exports.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt index 8d0c4b9743c..bcb18f829ce 100644 --- a/src/interfaces/libpq/exports.txt +++ b/src/interfaces/libpq/exports.txt @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.4 2005/06/13 02:26:53 tgl Exp $ +# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.5 2005/10/21 15:21:21 tgl Exp $ # Functions to be exported by libpq DLLs PQconnectdb 1 PQsetdbLogin 2 @@ -123,3 +123,5 @@ PQgetCancel 120 PQfreeCancel 121 PQcancel 122 lo_create 123 +PQinitSSL 124 +PQregisterThreadLock 125 |