X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_log.h;h=d52358d430558598e110052dec0b62c8cd65f9b9;hb=ef1d8662f00480729bc69e1fcd8ff4a27eca99a3;hp=5eeda4ef75f901a5de16332afe4cc2f1b3e0037f;hpb=eaaea51b538450656e746708732cfd36f45f77e7;p=openldap diff --git a/include/ldap_log.h b/include/ldap_log.h index 5eeda4ef75..d52358d430 100644 --- a/include/ldap_log.h +++ b/include/ldap_log.h @@ -1,6 +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 @@ -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)));