Lookups: per-searchtype options framework
[exim.git] / src / src / lookups / pgsql.c
index cf287b17916e562ce3a11e2be443a6182fe23910..90dda601a2aec608a09924076f906fb6b5a5c6ea 100644 (file)
@@ -382,7 +382,8 @@ shared with other SQL lookups. */
 
 static int
 pgsql_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)
 {
 return lf_sqlperform(US"PostgreSQL", US"pgsql_servers", pgsql_servers, query,
   result, errmsg, do_cache, perform_pgsql_search);