diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-06 15:00:38 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-06 15:00:38 +0300 |
commit | 7f8de787946b883cc791bf6c0bcb514496caf074 (patch) | |
tree | 8c828243de051ba25ed3806d2a4fca9eaf3cae83 /src/protocol.h | |
parent | a3c3fb96d13f2cbfc5ab984c1886441ec0e9b47b (diff) | |
download | rspamd-7f8de787946b883cc791bf6c0bcb514496caf074.tar.gz rspamd-7f8de787946b883cc791bf6c0bcb514496caf074.zip |
* Make doxygen happy about structures members
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 9 |
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 { |