diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 4c12cc481..d45e5c555 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -64,7 +64,7 @@ int read_rspamd_input_line (struct worker_task *task, f_str_t *line); * @param task task object * @return 0 if we wrote reply and -1 if there was some error */ -int write_reply (struct worker_task *task); +gboolean write_reply (struct worker_task *task) G_GNUC_WARN_UNUSED_RESULT; /** |