]> git.sur5r.net Git - openldap/commitdiff
Fix inclusion of <sasl.h>
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Jun 2000 19:36:32 +0000 (19:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Jun 2000 19:36:32 +0000 (19:36 +0000)
include/ldap_pvt.h

index be4c9bb7292a31af3da946696363c553bcd48d6f..8b4f11d605f298c69dfbd5e2e55e1befbf48765b 100644 (file)
@@ -119,9 +119,10 @@ LDAP_F (int) ldap_pvt_unhex( int c );
 
 #ifdef HAVE_CYRUS_SASL
 /* sasl.c */
-
+LDAP_END_DECL
 #include <sasl.h>
 #include <ldap.h> 
+LDAP_BEGIN_DECL
 
 LDAP_F (int) ldap_pvt_sasl_init LDAP_P(( void )); /* clientside init */
 LDAP_F (int) ldap_pvt_sasl_install LDAP_P(( Sockbuf *, void * ));