X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Flber_pvt.h;h=c083d9fee7d4985e2fd264d8cc04e28bb2ad9763;hb=dc07e765f263ef459dcd2afd1ece01cfc85a0edd;hp=fc8091e0aa6376aebf42f7f67c85d407e8f8414f;hpb=29a7d6229a0c25707d78d3dac2334b2178df4217;p=openldap diff --git a/include/lber_pvt.h b/include/lber_pvt.h index fc8091e0aa..c083d9fee7 100644 --- a/include/lber_pvt.h +++ b/include/lber_pvt.h @@ -8,7 +8,7 @@ * in file LICENSE in the top-level directory of the distribution. */ /* - * lber_pvt.h - Header for lber_pvt_ functions. These are meant to be used + * lber_pvt.h - Header for ber_pvt_ functions. These are meant to be used * by the OpenLDAP distribution only. */ @@ -22,12 +22,13 @@ LDAP_BEGIN_DECL /* * bprint.c */ -extern BER_LOG_PRINT_FN lber_pvt_log_print; +extern BER_LOG_PRINT_FN ber_pvt_log_print; -LDAP_F int lber_pvt_log_printf LDAP_P(( +LDAP_F( int ) +ber_pvt_log_printf LDAP_P(( int errlvl, int loglvl, - char *fmt, + const char *fmt, ... )); LDAP_END_DECL