Diff for /libraries/liblber/decode.c between versions 1.4 and 1.4.10.1

version 1.4, 1998/08/17 21:26:26 version 1.4.10.1, 1998/09/23 02:33:17
Line 11 Line 11
  * is provided ``as is'' without express or implied warranty.   * is provided ``as is'' without express or implied warranty.
  */   */
   
   #define LDAP_BRIDGE /* disable LDAP_BRIDGE code */
   #include "portable.h"
   
 #include <stdio.h>  #include <stdio.h>
   
 #ifdef MACOS  #ifdef MACOS
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
Line 41 Line 45
 #endif /* DOS */  #endif /* DOS */
   
 #include <string.h>  #include <string.h>
   
 #include "lber.h"  #include "lber.h"
   
 #ifdef LDAP_DEBUG  #ifdef LDAP_DEBUG
 int     lber_debug;  int     lber_debug;
 #endif  #endif
   
 #ifdef NEEDPROTOS  static int ber_getnint LDAP_P(( BerElement *ber, long *num, int len ));
 static int ber_getnint( BerElement *ber, long *num, int len );  
 #endif /* NEEDPROTOS */  
   
   
 /* return the tag - LBER_DEFAULT returned means trouble */  /* return the tag - LBER_DEFAULT returned means trouble */
 unsigned long  unsigned long

Removed from v.1.4  
changed lines
  Added in v.1.4.10.1


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