comparison src/eldap.c @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents e804706bfb8c
children 11054d720c21
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
147 ldap->ld = NULL; 147 ldap->ld = NULL;
148 } 148 }
149 149
150 DEFINE_LRECORD_IMPLEMENTATION ("ldap", ldap, 150 DEFINE_LRECORD_IMPLEMENTATION ("ldap", ldap,
151 mark_ldap, print_ldap, finalize_ldap, 151 mark_ldap, print_ldap, finalize_ldap,
152 NULL, NULL, struct Lisp_LDAP); 152 NULL, NULL, 0, struct Lisp_LDAP);
153 153
154 154
155 155
156 156
157 /************************************************************************/ 157 /************************************************************************/