constification
[exim.git] / src / src / lookups / ldap.h
index 5ce756d2ceaaa1385ef02f9194d73a6de67e6f7b..817b72e6eb399951676d3f0e3b65f793144ebb17 100644 (file)
@@ -7,7 +7,7 @@
 
 /* Header for eldapauth_find */
 
-extern int     eldapauth_find(void *, uschar *, uschar *, int, uschar **,
+extern int     eldapauth_find(void *, uschar *, const uschar *, int, uschar **,
                  uschar **, BOOL *);
 
 /* End of lookups/ldap.h */