From 65c2326592b7b1496c468459689904843e443b26 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Thu, 20 Nov 2014 17:37:55 +0100 Subject: Release KIRO to GitHub under LGPL v2.1 Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file --- src/kiro-client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/kiro-client.h') diff --git a/src/kiro-client.h b/src/kiro-client.h index b4e1b09..8e99877 100644 --- a/src/kiro-client.h +++ b/src/kiro-client.h @@ -72,11 +72,12 @@ struct _KiroClientClass { /* GObject and GType functions */ GType kiro_client_get_type (void); -KiroClient *kiro_client_new (void); +KiroClient* kiro_client_new (void); -/* client functions */ +void kiro_client_free (KiroClient *client); +/* client functions */ int kiro_client_connect (KiroClient *client, const char *dest_addr, const char *dest_port); int kiro_client_sync (KiroClient *client); -- cgit v1.2.3