aboutsummaryrefslogtreecommitdiff
path: root/src/ui/account_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/account_entry.h')
-rw-r--r--src/ui/account_entry.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/account_entry.h b/src/ui/account_entry.h
index e5cc446..fa9bc32 100644
--- a/src/ui/account_entry.h
+++ b/src/ui/account_entry.h
@@ -41,6 +41,14 @@ UI_ACCOUNT_ENTRY_Handle*
41ui_account_entry_new(MESSENGER_Application *app); 41ui_account_entry_new(MESSENGER_Application *app);
42 42
43void 43void
44ui_account_entry_set_account(UI_ACCOUNT_ENTRY_Handle* handle,
45 const struct GNUNET_CHAT_Account *account);
46
47void
48ui_account_entry_set_contact(UI_ACCOUNT_ENTRY_Handle* handle,
49 const struct GNUNET_CHAT_Contact *contact);
50
51void
44ui_account_entry_delete(UI_ACCOUNT_ENTRY_Handle *handle); 52ui_account_entry_delete(UI_ACCOUNT_ENTRY_Handle *handle);
45 53
46#endif /* UI_ACCOUNT_ENTRY_H_ */ 54#endif /* UI_ACCOUNT_ENTRY_H_ */