Diff for /include/lutil.h between versions 1.5 and 1.6

version 1.5, 1998/11/15 21:40:15 version 1.6, 1998/11/16 04:07:30
Line 17  LDAP_F void lutil_detach LDAP_P((int deb Line 17  LDAP_F void lutil_detach LDAP_P((int deb
 /* passwd.c */  /* passwd.c */
 LDAP_F int lutil_passwd LDAP_P((const char *cred, const char *passwd));  LDAP_F int lutil_passwd LDAP_P((const char *cred, const char *passwd));
   
 /* strdup.c */  
 #ifndef HAVE_STRDUP  
 char *strdup ();        /* No prototype, might conflict with someone else''s */  
 #endif  
   
 /* tempnam.c */  
 #ifndef HAVE_TEMPNAM  
 LDAP_F char *tempnam (); /* No prototype, might conflict with someone else''s */  
 #endif  
   
 LDAP_END_DECL  LDAP_END_DECL
   
 #endif /* _LUTIL_H */  #endif /* _LUTIL_H */

Removed from v.1.5  
changed lines
  Added in v.1.6


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