diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-09 16:50:41 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-09 16:50:41 +0100 |
commit | 48aaffafb20f79f2f90fc342c4a63144074ffc43 (patch) | |
tree | 5d79fd79f7ff34cc62f5fb3f952f3affacd6081b /compat | |
parent | 2523efe5a87dbe81d45196ab2d758ff9ceb89a49 (diff) |
some small layout changes
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@491 ef36b2f9-881f-0410-afb5-c4e39611909c
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 */ |