aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/http_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/http_connection.h')
-rw-r--r--src/libutil/http_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/http_connection.h b/src/libutil/http_connection.h
index b90d0125a..7c901fd2a 100644
--- a/src/libutil/http_connection.h
+++ b/src/libutil/http_connection.h
@@ -240,7 +240,7 @@ void rspamd_http_connection_read_message_shared (
* @param ud opaque user data
* @param fd fd to read/write
*/
-void rspamd_http_connection_write_message (
+gboolean rspamd_http_connection_write_message (
struct rspamd_http_connection *conn,
struct rspamd_http_message *msg,
const gchar *host,
@@ -248,7 +248,7 @@ void rspamd_http_connection_write_message (
gpointer ud,
ev_tstamp timeout);
-void rspamd_http_connection_write_message_shared (
+gboolean rspamd_http_connection_write_message_shared (
struct rspamd_http_connection *conn,
struct rspamd_http_message *msg,
const gchar *host,