From d5a36f4f750e63294cefed10f55b29fe7409bba6 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 18 Jun 2019 16:27:25 +0100 Subject: [Project] Another iteration --- src/libserver/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libserver/protocol.h') diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h index 08372d765..2059110fb 100644 --- a/src/libserver/protocol.h +++ b/src/libserver/protocol.h @@ -103,7 +103,7 @@ ucl_object_t * rspamd_protocol_write_ucl (struct rspamd_task *task, * @param task task object * @return 0 if we wrote reply and -1 if there was some error */ -void rspamd_protocol_write_reply (struct rspamd_task *task); +void rspamd_protocol_write_reply (struct rspamd_task *task, ev_tstamp timeout); /** * Convert rspamd output to legacy protocol reply -- cgit v1.2.3