Add dynamic lookup support
[exim.git] / src / src / lookups / ldap.h
index b0f0ae5f1299e0b838bf1ad1ab4e1899ed17c042..21069e02f648f7e5f0c4b5f8690163b22a38eb1b 100644 (file)
@@ -7,18 +7,9 @@
 /* Copyright (c) University of Cambridge 1995 - 2009 */
 /* See the file NOTICE for conditions of use and distribution. */
 
-/* Header for the ldap lookups */
+/* Header for eldapauth_find */
 
-extern void   *eldap_open(uschar *, uschar **);
-extern int     eldap_find(void *, uschar *, uschar *, int, uschar **, uschar **,
-                 BOOL *);
 extern int     eldapauth_find(void *, uschar *, uschar *, int, uschar **,
                  uschar **, BOOL *);
-extern int     eldapdn_find(void *, uschar *, uschar *, int, uschar **,
-                 uschar **, BOOL *);
-extern int     eldapm_find(void *, uschar *, uschar *, int, uschar **,
-                 uschar **, BOOL *);
-extern void    eldap_tidy(void);
-extern uschar *eldap_quote(uschar *, uschar *);
 
 /* End of lookups/ldap.h */