diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-06 13:26:28 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-06 13:26:28 +0000 |
commit | 1b34354919b33ae45d65fe82efca0090b34114f2 (patch) | |
tree | a4dc1c1c4b995a3365d5d410480ad183cc3704c4 /src/libserver/protocol.h | |
parent | 86cbc23ee5a3503ce6989bbce2117aad96c050f8 (diff) | |
download | rspamd-1b34354919b33ae45d65fe82efca0090b34114f2.tar.gz rspamd-1b34354919b33ae45d65fe82efca0090b34114f2.zip |
Start implementation of flexible task logging
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r-- | src/libserver/protocol.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h index 0342f4ed6..a88a48231 100644 --- a/src/libserver/protocol.h +++ b/src/libserver/protocol.h @@ -61,8 +61,7 @@ void rspamd_protocol_http_reply (struct rspamd_http_message *msg, * @param logbuf * @return */ -ucl_object_t * rspamd_protocol_write_ucl (struct rspamd_task *task, - rspamd_fstring_t **logbuf); +ucl_object_t * rspamd_protocol_write_ucl (struct rspamd_task *task); /** * Write reply for specified task command |