diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-05 16:45:06 -0700 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-05 16:45:06 -0700 |
commit | a3262faeeb05bccc72973c743e894ed0940dd4ae (patch) | |
tree | 2c4f7bfdb55b9aba396c8faa6bc5db96b77a2094 /contrib/http-parser/http_parser.h | |
parent | 19297207520f76190307b9f3a145378bc8e7842d (diff) | |
download | rspamd-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.h | 3 |
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 { |