diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-06-23 14:45:33 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-06-23 14:45:33 +0400 |
commit | 18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01 (patch) | |
tree | eb79d0b925375a19aae1f7e88323621990c72150 /src/main.h | |
parent | 80e9384ebfaca000eb7f0693a466795f51e3f29d (diff) | |
download | rspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.tar.gz rspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.zip |
* Fix compatibility issues
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main.h b/src/main.h index 4b407d705..233fd6159 100644 --- a/src/main.h +++ b/src/main.h @@ -39,18 +39,6 @@ #define CR '\r' #define LF '\n' -/** - * Process type: main or worker - */ -enum process_type { - TYPE_MAIN, - TYPE_WORKER, - TYPE_CONTROLLER, - TYPE_LMTP, - TYPE_SMTP, - TYPE_FUZZY, - TYPE_GREYLIST -}; /** |