diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-09 14:54:50 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-09 14:54:50 +0000 |
commit | be58868e60036ef9ea4b45f0c5a874426a9f882d (patch) | |
tree | 2f01561f7c177d285844de0306782ae0c8444aa8 /src/libserver/re_cache.h | |
parent | b6408a3c963d1bd73931d07004e99d921672d615 (diff) | |
download | rspamd-be58868e60036ef9ea4b45f0c5a874426a9f882d.tar.gz rspamd-be58868e60036ef9ea4b45f0c5a874426a9f882d.zip |
Use hits from the cache in re cache
Diffstat (limited to 'src/libserver/re_cache.h')
-rw-r--r-- | src/libserver/re_cache.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libserver/re_cache.h b/src/libserver/re_cache.h index 310056515..c812b8ef3 100644 --- a/src/libserver/re_cache.h +++ b/src/libserver/re_cache.h @@ -86,7 +86,6 @@ struct rspamd_re_runtime* rspamd_re_cache_runtime_new (struct rspamd_re_cache *c * @param type_data associated data with the type (e.g. header name) * @param datalen associated data length * @param is_strong use case sensitive match when looking for headers - * @param is_multiple return multiple possible occurrences of the specified re */ gint rspamd_re_cache_process (struct rspamd_task *task, struct rspamd_re_runtime *rt, @@ -94,8 +93,7 @@ gint rspamd_re_cache_process (struct rspamd_task *task, enum rspamd_re_type type, gpointer type_data, gsize datalen, - gboolean is_strong, - gboolean is_multiple); + gboolean is_strong); /** * Destroy runtime data |