summaryrefslogtreecommitdiffstats
path: root/contrib/http-parser/http_parser.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-05 16:45:06 -0700
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-05 16:45:06 -0700
commita3262faeeb05bccc72973c743e894ed0940dd4ae (patch)
tree2c4f7bfdb55b9aba396c8faa6bc5db96b77a2094 /contrib/http-parser/http_parser.h
parent19297207520f76190307b9f3a145378bc8e7842d (diff)
downloadrspamd-a3262faeeb05bccc72973c743e894ed0940dd4ae.tar.gz
rspamd-a3262faeeb05bccc72973c743e894ed0940dd4ae.zip
Add compatibility layer with old spamc.
Diffstat (limited to 'contrib/http-parser/http_parser.h')
-rw-r--r--contrib/http-parser/http_parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/http-parser/http_parser.h b/contrib/http-parser/http_parser.h
index 1a91c23f2..a322634f1 100644
--- a/contrib/http-parser/http_parser.h
+++ b/contrib/http-parser/http_parser.h
@@ -110,6 +110,9 @@ typedef int (*http_cb) (http_parser*);
/* RFC-5789 */ \
XX(24, PATCH, PATCH) \
XX(25, PURGE, PURGE) \
+ /* SPAMC compatibility */ \
+ XX(26, SYMBOLS, SYMBOLS) \
+ XX(27, CHECK, CHECK)
enum http_method
{