]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/options.c
Happy new year
[openldap] / libraries / liblber / options.c
index 64e7fcc4662ceae3ae4589f737a5fcbbca7d7fbf..4ecee6485b60ba336591558a61820f76ad39647f 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 #include "portable.h"
 #include <ac/stdarg.h>
 #include "lber-int.h"
 
-/* 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 = {
        LBER_UNINITIALIZED, 0, 0 };