diff modules/ldap/eldap.c @ 388:aabb7f5b1c81 r21-2-9

Import from CVS: tag r21-2-9
author cvs
date Mon, 13 Aug 2007 11:09:42 +0200
parents 8efd647ea9ca
children
line wrap: on
line diff
--- a/modules/ldap/eldap.c	Mon Aug 13 11:08:51 2007 +0200
+++ b/modules/ldap/eldap.c	Mon Aug 13 11:09:42 2007 +0200
@@ -28,16 +28,11 @@
    - UMich LDAP 3.3 (http://www.umich.edu/~dirsvcs/ldap/)
    - Netscape's LDAP SDK 1.0 (http://developer.netscape.com) */
 
-
-
-#include <config.h>
+#include <emodules.h>
 
 #if defined (HAVE_LDAP)
-
 /* The entire file is within this conditional */
 
-#include "lisp.h"
-
 #include "eldap.h"
 #include <lber.h>
 #include <ldap.h>
@@ -409,7 +404,7 @@
 }
 
 void
-syms_of (void)
+syms_of_ldap (void)
 {
   DEFSUBR(Fldap_search_internal);
 
@@ -440,7 +435,7 @@
 }
 
 void
-vars_of (void)
+vars_of_ldap (void)
 {
   Fprovide (intern ("ldap-internal"));