#define _LBER_H
#include <stdio.h>
-#include <ac/stdarg.h>
#include <lber_types.h>
#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 ));
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:
*/