mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Fix externs, moved to lber-int.h
This commit is contained in:
parent
ccc4d0d5ae
commit
dd6fc04587
2 changed files with 2 additions and 4 deletions
|
|
@ -152,6 +152,8 @@ ber_log_sos_dump LDAP_P((
|
|||
int loglvl,
|
||||
Seqorset *sos ));
|
||||
|
||||
LBER_V (BER_LOG_FN) ber_int_log_proc;
|
||||
LBER_V (FILE *) ber_pvt_err_file;
|
||||
|
||||
/* memory.c */
|
||||
/* simple macros to realloc for now */
|
||||
|
|
|
|||
|
|
@ -10,10 +10,6 @@
|
|||
#include <ac/stdarg.h>
|
||||
#include "lber-int.h"
|
||||
|
||||
/* bprint.c */
|
||||
extern void * ber_pvt_err_file;
|
||||
extern BER_LOG_FN ber_int_log_proc;
|
||||
|
||||
struct lber_options ber_int_options = {
|
||||
LBER_UNINITIALIZED, 0, 0 };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue