From: Gary Williams Date: Fri, 13 Oct 2000 14:09:32 +0000 (+0000) Subject: remove stdarg.h and prototypes that require it X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1756 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6f13d8ecb270d68d55d6889af6e457e9c9e42c1;p=openldap remove stdarg.h and prototypes that require it --- diff --git a/include/lber.h b/include/lber.h index e05901d7e6..01751d1f8f 100644 --- a/include/lber.h +++ b/include/lber.h @@ -24,7 +24,6 @@ #define _LBER_H #include -#include #include @@ -108,8 +107,6 @@ LDAP_BEGIN_DECL #define LBER_OPT_MEMORY_INUSE 0x8005 /* for memory debugging */ #define LBER_OPT_LOG_PROC 0x8006 /* for external logging function */ -typedef void (*BER_LOG_FN) LDAP_P((FILE *file, char *subsys, int level, const char *fmt, va_list vl)); - typedef int* (*BER_ERRNO_FN) LDAP_P(( void )); typedef void (*BER_LOG_PRINT_FN) LDAP_P(( LDAP_CONST char *buf )); @@ -225,10 +222,6 @@ LBER_F( void ) ber_sos_dump LDAP_P(( Seqorset *sos )); -LBER_F( int ) -ber_pvt_log_output LDAP_P(( - char *subsystem, int level, const char *fmt, ... )); - /* * in decode.c: */