aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-06-23 14:45:33 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-06-23 14:45:33 +0400
commit18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01 (patch)
treeeb79d0b925375a19aae1f7e88323621990c72150 /src/cfg_file.h
parent80e9384ebfaca000eb7f0693a466795f51e3f29d (diff)
downloadrspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.tar.gz
rspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.zip
* Fix compatibility issues
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h8
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 */
};