]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/options.c
ITS#897 Internal connection that is closed on one end and about to
[openldap] / libraries / liblber / options.c
index afeeafbae4ca20ed6750d4975cf1caa8a3e34721..d234e98081e9383498d2f8f4d3a6df5547750edc 100644 (file)
@@ -7,10 +7,12 @@
 
 #include <ac/stdlib.h>
 #include <ac/string.h>
-
+#include <ac/stdarg.h>
 #include "lber-int.h"
 
-extern void * ber_pvt_err_file;        /* bprint.c */
+/* bprint.c */
+typedef void (*BER_LOG_FN) LDAP_P((FILE *file, char *subsys, int level, const char *fmt, va_list vl));
+extern void * ber_pvt_err_file;
 extern BER_LOG_FN ber_int_log_proc;
 
 struct lber_options ber_int_options = {