]> git.sur5r.net Git - openldap/commitdiff
Fix externs, moved to lber-int.h
authorHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 21:19:45 +0000 (21:19 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 21:19:45 +0000 (21:19 +0000)
libraries/liblber/lber-int.h
libraries/liblber/options.c

index e0004ba755e58f18412533447838824d46732792..c3e7ecf42c4f6a8f1fde936d207fb767a671708a 100644 (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 */
index 711be28d3616148913fa7acd9dc0f4ca09779e1f..ec2b350b7bb9d6eb5edaf3d54c5f17fd020cb0bb 100644 (file)
 #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 };