From c468defe24e35a71f0a741a67648b88a7625cd67 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Wed, 30 Apr 2003 22:41:37 +0000 Subject: [PATCH] cleanup --- include/ldap_pvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 602774befb..29418a985f 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -170,7 +170,7 @@ LDAP_F (void) ldap_pvt_sasl_mutex_dispose LDAP_P((void *mutex)); struct sockbuf; /* avoid pulling in */ LDAP_F (int) ldap_pvt_sasl_install LDAP_P(( struct sockbuf *, void * )); -LDAP_F (int) ldap_pvt_sasl_remove LDAP_P(( struct sockbuf * )); +LDAP_F (void) ldap_pvt_sasl_remove LDAP_P(( struct sockbuf * )); #endif /* HAVE_CYRUS_SASL */ #define LDAP_PVT_SASL_LOCAL_SSF 71 /* SSF for Unix Domain Sockets */ -- 2.39.5