]> git.sur5r.net Git - openldap/blobdiff - include/lber_pvt.h
cleanup old TOOLID macro
[openldap] / include / lber_pvt.h
index 471aa5b685fe5a7f5b2de1edf90f698a85575cf7..2a57ba11c642146fe49cabee5bf330587eccc2d5 100644 (file)
@@ -1,5 +1,6 @@
+/* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
@@ -22,14 +23,14 @@ LDAP_BEGIN_DECL
 /*
  * bprint.c
  */
-LDAP_F( BER_LOG_PRINT_FN ) ber_pvt_log_print;
+LIBLBER_F( BER_LOG_PRINT_FN ) ber_pvt_log_print;
 
-LDAP_F( int )
+LIBLBER_F( int )
 ber_pvt_log_printf LDAP_P((
        int errlvl,
        int loglvl,
        const char *fmt,
-       ... ));
+       ... )) LDAP_GCCATTR((format(printf, 3, 4)));
 
 LDAP_END_DECL