summaryrefslogtreecommitdiff
path: root/src/client/disfluid-0-custom.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/disfluid-0-custom.vala')
-rw-r--r--src/client/disfluid-0-custom.vala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/disfluid-0-custom.vala b/src/client/disfluid-0-custom.vala
index 295c67c..b3227ad 100644
--- a/src/client/disfluid-0-custom.vala
+++ b/src/client/disfluid-0-custom.vala
@@ -18,4 +18,8 @@ namespace Disfluid {
[CCode (free_function = "disfluid_client_free")]
[Compact]
public class Client { }
+
+ [CCode (free_function = "disfluid_account_free")]
+ [Compact]
+ public class Account { }
} \ No newline at end of file