Mercurial > hg > xemacs-beta
comparison src/eldap.c @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 1ccc32a20af4 |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
38 | 38 |
39 #include <errno.h> | 39 #include <errno.h> |
40 | 40 |
41 #include "eldap.h" | 41 #include "eldap.h" |
42 | 42 |
43 static int ldap_default_port; | 43 static Fixnum ldap_default_port; |
44 static Lisp_Object Vldap_default_base; | 44 static Lisp_Object Vldap_default_base; |
45 | 45 |
46 /* Needed by the lrecord definition */ | 46 /* Needed by the lrecord definition */ |
47 Lisp_Object Qldapp; | 47 Lisp_Object Qldapp; |
48 | 48 |