|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.141 2006/08/22 02:23:45 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.142 2006/09/15 21:28:08 tgl Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -75,7 +75,7 @@ static Port *pam_port_cludge;/* Workaround for passing "Port *port" into |
75 | 75 | #include<winldap.h> |
76 | 76 |
|
77 | 77 | /* Correct header from the Platform SDK */ |
78 | | -typedefULONG (WINLDAPAPI*__ldap_start_tls_sA)( |
| 78 | +typedefULONG (*__ldap_start_tls_sA)( |
79 | 79 | INPLDAPExternalHandle, |
80 | 80 | OUTPULONGServerReturnValue, |
81 | 81 | OUTLDAPMessage**result, |
|