mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
remove stdarg.h and prototypes that require it
This commit is contained in:
parent
2b2ee1ccbd
commit
f6f13d8ecb
1 changed files with 0 additions and 7 deletions
|
|
@ -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:
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue