remove stdarg.h and prototypes that require it

This commit is contained in:
Gary Williams 2000-10-13 14:09:32 +00:00
parent 2b2ee1ccbd
commit f6f13d8ecb

View 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:
*/