X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_log.h;h=d52358d430558598e110052dec0b62c8cd65f9b9;hb=ef1d8662f00480729bc69e1fcd8ff4a27eca99a3;hp=1ba0b42d68106911eb8f9ad3e8376be60bc80023;hpb=0bb431d3b38f6d7feab4bcd175bac226ef5e02be;p=openldap diff --git a/include/ldap_log.h b/include/ldap_log.h index 1ba0b42d68..d52358d430 100644 --- a/include/ldap_log.h +++ b/include/ldap_log.h @@ -78,7 +78,7 @@ extern int ldap_syslog_level; #define Debug( level, fmt, arg1, arg2, arg3 ) #endif /* LDAP_DEBUG */ -LIBLUTIL_F(void) lutil_debug LDAP_P(( +LDAP_LUTIL_F(void) lutil_debug LDAP_P(( int debug, int level, const char* fmt, ... )) LDAP_GCCATTR((format(printf, 3, 4)));