From 48aaffafb20f79f2f90fc342c4a63144074ffc43 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 9 Dec 2007 15:50:41 +0000 Subject: some small layout changes git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@491 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/ldap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compat') 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 */ -- cgit v1.2.3