diff options
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/exports.txt')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/exports.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/exports.txt b/src/interfaces/ecpg/ecpglib/exports.txt index 443438036d9..5538ea05418 100644 --- a/src/interfaces/ecpg/ecpglib/exports.txt +++ b/src/interfaces/ecpg/ecpglib/exports.txt @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4.2.1 2008/03/25 12:45:33 meskes Exp $ # Functions to be exported by ecpglib DLL ECPGallocate_desc 1 ECPGconnect 2 @@ -25,3 +25,4 @@ ECPGsetconn 22 ECPGstatus 23 ECPGtrans 24 sqlprint 25 +ECPGget_PGconn 26 |