Diff for /libraries/liblber/lber-int.h between versions 1.65 and 1.65.2.2

version 1.65, 2004/09/04 02:54:28 version 1.65.2.2, 2005/11/14 18:06:06
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/libraries/liblber/lber-int.h,v 1.64 2004/01/01 18:15:25 kurt Exp $ */  /* $OpenLDAP: pkg/ldap/libraries/liblber/lber-int.h,v 1.65.2.1 2005/01/20 18:03:49 kurt Exp $ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.  /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *   *
  * Copyright 1998-2004 The OpenLDAP Foundation.   * Copyright 1998-2005 The OpenLDAP Foundation.
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 38  typedef void (*BER_LOG_FN)(FILE *file, Line 38  typedef void (*BER_LOG_FN)(FILE *file,
   
 LBER_V (BER_ERRNO_FN) ber_int_errno_fn;  LBER_V (BER_ERRNO_FN) ber_int_errno_fn;
   
   #ifdef LDAP_MEMORY_TRACE
   # ifndef LDAP_MEMORY_DEBUG
   #  define LDAP_MEMORY_DEBUG 1
   # endif
   #endif
   
   #ifdef LDAP_MEMORY_DEBUG
   LBER_V (long)   ber_int_meminuse;
   #endif
   
 struct lber_options {  struct lber_options {
         short lbo_valid;          short lbo_valid;
         unsigned short          lbo_options;          unsigned short          lbo_options;
         int                     lbo_debug;          int                     lbo_debug;
         long            lbo_meminuse;  
 };  };
   
 LBER_F( int ) ber_pvt_log_output(  LBER_F( int ) ber_pvt_log_output(

Removed from v.1.65  
changed lines
  Added in v.1.65.2.2


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org