constify
[exim.git] / src / src / lookups / lf_functions.h
index 8fa6027c6bdc276978837a65444659ac177dfd41..4d9ae9595758167d96bfa1d342500d174e89f154 100644 (file)
@@ -7,7 +7,7 @@
 
 /* Header for the functions that are shared by the lookups */
 
-extern int     lf_check_file(int, uschar *, int, int, uid_t *, gid_t *,
+extern int     lf_check_file(int, const uschar *, int, int, uid_t *, gid_t *,
                  const char *, uschar **);
 extern gstring *lf_quote(uschar *, uschar *, int, gstring *);
 extern int     lf_sqlperform(const uschar *, const uschar *, const uschar *,