8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0498a08 commit 0b52204Copy full SHA for 0b52204
src/backend/libpq/auth.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.141 2006/08/22 02:23:45 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.142 2006/09/15 21:28:08 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -75,7 +75,7 @@ static Port *pam_port_cludge; /* Workaround for passing "Port *port" into
75
#include <winldap.h>
76
77
/* Correct header from the Platform SDK */
78
-typedef ULONG (WINLDAPAPI *__ldap_start_tls_sA)(
+typedef ULONG (*__ldap_start_tls_sA)(
79
IN PLDAP ExternalHandle,
80
OUT PULONG ServerReturnValue,
81
OUT LDAPMessage **result,
0 commit comments