aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-17 22:03:11 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-17 22:03:11 +0000
commit6e8097763605f00508b998250e954e3d25b378e0 (patch)
treee333224623fe4579ea9e372663a4d49b7ab961e2 /src/fuzzy_storage.h
parent1af926d30dad90c6238ff1c3478214847c632075 (diff)
downloadrspamd-6e8097763605f00508b998250e954e3d25b378e0.tar.gz
rspamd-6e8097763605f00508b998250e954e3d25b378e0.zip
Refactor function names.
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r--src/fuzzy_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h
index 3e6bcd818..dcd0c5d4f 100644
--- a/src/fuzzy_storage.h
+++ b/src/fuzzy_storage.h
@@ -10,7 +10,7 @@
#define FUZZY_WRITE 1
#define FUZZY_DEL 2
-struct fuzzy_cmd {
+struct legacy_fuzzy_cmd {
u_char cmd;
guint32 blocksize;
gint32 value;