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/cfg_file.h | |
parent | 80e9384ebfaca000eb7f0693a466795f51e3f29d (diff) | |
download | rspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.tar.gz rspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.zip |
* Fix compatibility issues
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index e788be2e6..24b8b327e 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -49,7 +49,7 @@ enum rspamd_cred_type { CRED_NORMAL, CRED_CONTROL, CRED_LMTP, - CRED_DELIVERY, + CRED_DELIVERY }; /** @@ -61,7 +61,7 @@ enum rspamd_regexp_type { REGEXP_MIME, REGEXP_MESSAGE, REGEXP_URL, - REGEXP_RAW_HEADER, + REGEXP_RAW_HEADER }; /** @@ -70,7 +70,7 @@ enum rspamd_regexp_type { enum rspamd_log_type { RSPAMD_LOG_CONSOLE, RSPAMD_LOG_SYSLOG, - RSPAMD_LOG_FILE, + RSPAMD_LOG_FILE }; /** @@ -201,7 +201,7 @@ struct config_scalar { SCALAR_TYPE_INT, SCALAR_TYPE_UINT, SCALAR_TYPE_STR, - SCALAR_TYPE_SIZE, + SCALAR_TYPE_SIZE } type; /**< type of data */ }; |