diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-01-16 20:59:37 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-01-16 20:59:37 +0400 |
commit | 9bacf0d835d66aaddcdb9e664a34364f25ed2554 (patch) | |
tree | 8aa7287724a3abce1b6b63dc7215e101d44eb87d /src/smtp.h | |
parent | 9f2cb66ccbce8cd0fb659b79063bcebf1d816a1d (diff) | |
download | rspamd-9bacf0d835d66aaddcdb9e664a34364f25ed2554.tar.gz rspamd-9bacf0d835d66aaddcdb9e664a34364f25ed2554.zip |
* Introduce new system of worker's and modules initialization:
- Removed legacy limitation of worker's types;
- Using GQuarks to identify workers and modules;
- Remove modules.sh script;
- Add a common system of workers and modules;
- Write management and configuration for new architecture.
Diffstat (limited to 'src/smtp.h')
-rw-r--r-- | src/smtp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/smtp.h b/src/smtp.h index 00d8c3abf..d2c14f924 100644 --- a/src/smtp.h +++ b/src/smtp.h @@ -122,16 +122,6 @@ struct smtp_filter { }; /* - * Perform initialization of SMTP worker - */ -gpointer init_smtp_worker (void); - -/* - * Start SMTP worker - */ -void start_smtp_worker (struct rspamd_worker *worker); - -/* * Register new SMTP filter * XXX: work is still in progress */ |