constification
[exim.git] / src / src / lookups / dsearch.c
index 990b69c8bcb123866ac394452042cb4ef17d8579..c041bbbb54dc015cd09d10621c45259ca6a02edd 100644 (file)
@@ -66,7 +66,7 @@ scanning the directory, as it is hopefully faster to let the OS do the scanning
 for us. */
 
 int
-static dsearch_find(void *handle, uschar *dirname, uschar *keystring, int length,
+static dsearch_find(void *handle, uschar *dirname, const uschar *keystring, int length,
   uschar **result, uschar **errmsg, BOOL *do_cache)
 {
 struct stat statbuf;