diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/ldap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/ldap.h b/compat/ldap.h index 4b89b5e..f0125c4 100644 --- a/compat/ldap.h +++ b/compat/ldap.h @@ -36,10 +36,10 @@ #endif #if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000) -extern int ldap_ld_free (LDAP * ld, int close, LDAPControl **, - LDAPControl **); +extern int ldap_ld_free(LDAP * ld, int close, LDAPControl **, + LDAPControl **); #else -extern int ldap_ld_free (LDAP * ld, int close); +extern int ldap_ld_free(LDAP * ld, int close); #endif /* OPENLDAP 2.x */ #endif /* not _COMPAT_LDAP_H */ |