From bcece60fa1bfd4bbb09a64c058835fe3245e1d18 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 19 Feb 2009 21:16:30 +0300 Subject: * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeouts must be resolved) --- src/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 243e216aa..74e7f7f98 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -36,7 +36,7 @@ enum rspamd_command { * @param line line of user's input * @return 0 if line was successfully parsed and -1 if we have protocol error */ -int read_rspamd_input_line (struct worker_task *task, char *line); +int read_rspamd_input_line (struct worker_task *task, f_str_t *line); /** * Write reply for specified task command -- cgit v1.2.3