aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-02-06 15:00:38 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-02-06 15:00:38 +0300
commit7f8de787946b883cc791bf6c0bcb514496caf074 (patch)
tree8c828243de051ba25ed3806d2a4fca9eaf3cae83 /src/protocol.h
parenta3c3fb96d13f2cbfc5ab984c1886441ec0e9b47b (diff)
downloadrspamd-7f8de787946b883cc791bf6c0bcb514496caf074.tar.gz
rspamd-7f8de787946b883cc791bf6c0bcb514496caf074.zip
* Make doxygen happy about structures members
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/protocol.h b/src/protocol.h
index 600632119..243e216aa 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -1,3 +1,8 @@
+/**
+ * @file protocol.h
+ * Rspamd protocol definition
+ */
+
#ifndef RSPAMD_PROTOCOL_H
#define RSPAMD_PROTOCOL_H
@@ -8,10 +13,6 @@
#define RSPAMD_PROTOCOL_ERROR 3
#define RSPAMD_LENGTH_ERROR 4
-/**
- * Rspamd protocol definition
- */
-
struct worker_task;
enum rspamd_protocol {