]> git.sur5r.net Git - openldap/commitdiff
remove stdarg.h and prototypes that require it
authorGary Williams <gwilliams@openldap.org>
Fri, 13 Oct 2000 14:09:32 +0000 (14:09 +0000)
committerGary Williams <gwilliams@openldap.org>
Fri, 13 Oct 2000 14:09:32 +0000 (14:09 +0000)
include/lber.h

index e05901d7e6a9f74208813b9d03860e0f7c157622..01751d1f8f6d53dc07fa1916b30ee53b7bf645f3 100644 (file)
@@ -24,7 +24,6 @@
 #define _LBER_H
 
 #include <stdio.h>
-#include <ac/stdarg.h>
 
 #include <lber_types.h>
 
@@ -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:
  */