aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-03-26 21:07:37 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-03-26 21:07:37 +0000
commit24ae78bec47b6c27e428542dfc94a5aeb1026962 (patch)
tree201a0636cdc7cec1a28d5948f3467a7e7700a59b /src/libserver/protocol.h
parent6b73e307d3befd298cb25c179201663c801aa6eb (diff)
downloadrspamd-24ae78bec47b6c27e428542dfc94a5aeb1026962.tar.gz
rspamd-24ae78bec47b6c27e428542dfc94a5aeb1026962.zip
[Minor] Remove legacy interface
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r--src/libserver/protocol.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h
index a88a48231..766d48dd5 100644
--- a/src/libserver/protocol.h
+++ b/src/libserver/protocol.h
@@ -71,11 +71,4 @@ ucl_object_t * rspamd_protocol_write_ucl (struct rspamd_task *task);
void rspamd_protocol_write_reply (struct rspamd_task *task);
-/**
- * Register custom fucntion to extend protocol
- * @param name symbolic name of custom function
- * @param func callback function for writing reply
- */
-void register_protocol_command (const gchar *name, protocol_reply_func func);
-
#endif