aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-03-31 17:35:35 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-03-31 17:35:35 +0400
commita93dd7892f8ecf0a72a242d2d203575001ef635e (patch)
tree43aaac84ff4f7059f2c89b425f47e341b6c3211e /src/protocol.h
parent37d6c7f23fd44283d1853141d39ecc3f3a2c54e6 (diff)
downloadrspamd-a93dd7892f8ecf0a72a242d2d203575001ef635e.tar.gz
rspamd-a93dd7892f8ecf0a72a242d2d203575001ef635e.zip
* Preload statfiles at the early beginning in the main process
* Add JSON output for rspamd worker * Add HTTP protocol support for rspamd worker
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h
index 0d2a0207b..a15530a7b 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -61,7 +61,7 @@ struct custom_command {
* @param line line of user's input
* @return 0 if line was successfully parsed and -1 if we have protocol error
*/
-gint read_rspamd_input_line (struct worker_task *task, f_str_t *line);
+gboolean read_rspamd_input_line (struct worker_task *task, f_str_t *line);
/**
* Write reply for specified task command