aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/rspamdclient.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-01-29 19:27:20 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-01-29 19:27:20 +0000
commit58af43bae578a62f9f67ba842516e9afe78dfb05 (patch)
tree216819134cb11c8642016001dbbba5cca2986a75 /src/client/rspamdclient.h
parentc4e10c1278a880f168257efb1d8fdf317d3c294c (diff)
downloadrspamd-58af43bae578a62f9f67ba842516e9afe78dfb05.tar.gz
rspamd-58af43bae578a62f9f67ba842516e9afe78dfb05.zip
Implement keys manipulation in client.
Diffstat (limited to 'src/client/rspamdclient.h')
-rw-r--r--src/client/rspamdclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/rspamdclient.h b/src/client/rspamdclient.h
index 6a41c35c1..badfaafb2 100644
--- a/src/client/rspamdclient.h
+++ b/src/client/rspamdclient.h
@@ -58,7 +58,8 @@ struct rspamd_client_connection * rspamd_client_init (
struct event_base *ev_base,
const gchar *name,
guint16 port,
- gdouble timeout);
+ gdouble timeout,
+ const gchar *key);
/**
*