diff options
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r-- | src/libserver/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h index a38be7652..164a53d2f 100644 --- a/src/libserver/protocol.h +++ b/src/libserver/protocol.h @@ -31,7 +31,7 @@ struct rspamd_protocol_log_message_sum { struct rspamd_protocol_log_symbol_result results[]; }; -struct metric; +struct rspamd_metric; /** * Process headers into HTTP message and set appropriate task fields |