diff options
Diffstat (limited to 'src/view.h')
-rw-r--r-- | src/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view.h b/src/view.h index d27336254..91a5d6277 100644 --- a/src/view.h +++ b/src/view.h @@ -13,6 +13,7 @@ struct rspamd_view { GHashTable *symbols_hash; GList *symbols_re_list; + gboolean skip_check; memory_pool_t *pool; }; |