]> git.sur5r.net Git - openldap/blobdiff - include/lber_pvt.h
Add LDAP_TAG_LDAPCRED macro.
[openldap] / include / lber_pvt.h
index fc8091e0aa6376aebf42f7f67c85d407e8f8414f..471aa5b685fe5a7f5b2de1edf90f698a85575cf7 100644 (file)
@@ -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;
+LDAP_F( 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