Lookups: per-searchtype options framework
[exim.git] / src / src / lookups / testdb.c
index a4f0af7298307970ef60e835f8e17ff497d0b513..c2d39382b121d5e68452d0e648b958e6621fb325 100644 (file)
@@ -38,7 +38,8 @@ return (void *)(1);    /* Just return something non-null */
 
 static int
 testdb_find(void * handle, const uschar * filename, const uschar * query,
-  int length, uschar ** result, uschar ** errmsg, uint * do_cache)
+  int length, uschar ** result, uschar ** errmsg, uint * do_cache,
+  const uschar * opts)
 {
 handle = handle;          /* Keep picky compilers happy */
 filename = filename;