X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=modules%2Fldap%2Feldap.c;h=e9bdf0cad2e05ff4d11db6ffc68ff37bc560cec8;hp=d902d57b62212bf67064a94113ebc21fc0e53431;hb=f3ec20f455f3f1212d2c5ee4cadc984330da9c38;hpb=5625b2eceaf697f104b5f883ffa73dca6e8fc005 diff --git a/modules/ldap/eldap.c b/modules/ldap/eldap.c index d902d57..e9bdf0c 100644 --- a/modules/ldap/eldap.c +++ b/modules/ldap/eldap.c @@ -28,16 +28,11 @@ Boston, MA 02111-1307, USA. */ - UMich LDAP 3.3 (http://www.umich.edu/~dirsvcs/ldap/) - Netscape's LDAP SDK 1.0 (http://developer.netscape.com) */ - - -#include +#include #if defined (HAVE_LDAP) - /* The entire file is within this conditional */ -#include "lisp.h" - #include "eldap.h" #include #include @@ -409,7 +404,7 @@ an alist of attribute/values. } void -syms_of (void) +syms_of_ldap (void) { DEFSUBR(Fldap_search_internal); @@ -440,7 +435,7 @@ syms_of (void) } void -vars_of (void) +vars_of_ldap (void) { Fprovide (intern ("ldap-internal"));