diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-09-03 19:13:24 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-09-03 19:13:24 +0400 |
commit | b58d2b7e4d76f3c6a60dbb3d49ad782d53b239e7 (patch) | |
tree | b8fea2eb7c1db9f4760d472d04b26d1daafe74ce /main.h | |
parent | 2809ad4747b7e3a3795aec4e433d7754c7efc365 (diff) | |
download | rspamd-b58d2b7e4d76f3c6a60dbb3d49ad782d53b239e7.tar.gz rspamd-b58d2b7e4d76f3c6a60dbb3d49ad782d53b239e7.zip |
* Add initial implementation of surbl check module
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ struct save_point { enum { C_FILTER, PERL_FILTER } save_type; void *entry; void *chain; - unsigned saved:1; + unsigned int saved; }; struct worker_task { |