diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-08-23 19:07:56 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-08-23 19:07:56 +0400 |
commit | 331f6807e9ef813755f8ec197cc24915c458a684 (patch) | |
tree | cea02bcfeb75d0243fb599ecfc982c41e625e1f3 /src/main.h | |
parent | 9bee3171888d00c741e58a7c3532bd04ed7b48c1 (diff) | |
download | rspamd-331f6807e9ef813755f8ec197cc24915c458a684.tar.gz rspamd-331f6807e9ef813755f8ec197cc24915c458a684.zip |
* Move images library to core rspamd
* Add lua api to access images properties
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 091daf168..b54d3ed8a 100644 --- a/src/main.h +++ b/src/main.h @@ -202,6 +202,7 @@ struct worker_task { char *raw_headers; /**< list of raw headers */ GList *received; /**< list of received headers */ GList *urls; /**< list of parsed urls */ + GList *images; /**< list of images */ GHashTable *results; /**< hash table of metric_result indexed by * metric's name */ GList *messages; /**< list of messages that would be reported */ |