Fix externs, moved to lber-int.h

This commit is contained in:
Howard Chu 2002-01-02 21:19:45 +00:00
parent ccc4d0d5ae
commit dd6fc04587
2 changed files with 2 additions and 4 deletions

View file

@ -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 */

View file

@ -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 };