Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-12-09 16:50:41 +0100
committerArthur de Jong <arthur@arthurdejong.org>2007-12-09 16:50:41 +0100
commit48aaffafb20f79f2f90fc342c4a63144074ffc43 (patch)
tree5d79fd79f7ff34cc62f5fb3f952f3affacd6081b /compat
parent2523efe5a87dbe81d45196ab2d758ff9ceb89a49 (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.h6
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 */