aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/rspamdclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/rspamdclient.h')
-rw-r--r--src/client/rspamdclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/rspamdclient.h b/src/client/rspamdclient.h
index 91f42911b..85b57c376 100644
--- a/src/client/rspamdclient.h
+++ b/src/client/rspamdclient.h
@@ -28,6 +28,7 @@
#include "ucl.h"
struct rspamd_client_connection;
+struct rspamd_http_message;
/**
* Callback is called on client connection completed
@@ -39,6 +40,7 @@ struct rspamd_client_connection;
*/
typedef void (*rspamd_client_callback) (
struct rspamd_client_connection *conn,
+ struct rspamd_http_message *msg,
const gchar *name,
ucl_object_t *result,
gpointer ud,