aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/rspamdclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/rspamdclient.c')
-rw-r--r--src/client/rspamdclient.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/rspamdclient.c b/src/client/rspamdclient.c
index 126ddcd1b..d7f1c77dd 100644
--- a/src/client/rspamdclient.c
+++ b/src/client/rspamdclient.c
@@ -21,3 +21,13 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "rspamdclient.h"
+#include "util.h"
+
+gboolean
+rspamd_client_command (struct event_base *ev_base, const gchar *name,
+ guint16 port, const gchar *command, GHashTable *attrs,
+ gdouble timeout, FILE *in, gpointer ud)
+{
+
+}