Changeset 1386

Show
Ignore:
Timestamp:
08/25/08 13:08:13 (4 months ago)
Author:
jtv
Message:

Export encrypt_password, thanks boto

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1385 r1386  
     12008-08-25  Jeroen T. Vermeulen <jtv@xs4all.nl> 
     2 include/pqxx/connection_base.hxx: 
     3  - Export encrypt_password, thanks boto 
    142008-08-23  Jeroen T. Vermeulen <jtv@xs4all.nl> 
    25 test/test_helpers.hxx: 
  • trunk/include/pqxx/connection_base.hxx

    r1353 r1386  
    123123 * @since libpq 8.2 
    124124 */ 
    125 PGSTD::string encrypt_password(const PGSTD::string &user,               //[t0] 
     125PGSTD::string PQXX_LIBEXPORT encrypt_password(                          //[t0] 
     126        const PGSTD::string &user, 
    126127        const PGSTD::string &password); 
    127128