aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-08-12 12:35:13 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-08-12 12:35:13 +0100
commitd4d921a97e5a8548fb506ed8bc747d9a2bc37561 (patch)
treeb3647b472e4e08680d0ce4464a353a5cbc05a35a /src/libserver/protocol.h
parent22ef30cfeca05d3eaa6fc570959232798cc82de3 (diff)
downloadrspamd-d4d921a97e5a8548fb506ed8bc747d9a2bc37561.tar.gz
rspamd-d4d921a97e5a8548fb506ed8bc747d9a2bc37561.zip
[Rework] Rename filter.h to a more sane name
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r--src/libserver/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h
index 280ceedcb..2ba10e926 100644
--- a/src/libserver/protocol.h
+++ b/src/libserver/protocol.h
@@ -7,7 +7,7 @@
#define RSPAMD_PROTOCOL_H
#include "config.h"
-#include "filter.h"
+#include "scan_result.h"
#include "http_connection.h"
#include "task.h"