aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contact_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contact_entry.h')
-rw-r--r--src/ui/contact_entry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/contact_entry.h b/src/ui/contact_entry.h
index 1ec97fc..a9ff9dd 100644
--- a/src/ui/contact_entry.h
+++ b/src/ui/contact_entry.h
@@ -43,6 +43,10 @@ UI_CONTACT_ENTRY_Handle*
43ui_contact_entry_new(MESSENGER_Application *app); 43ui_contact_entry_new(MESSENGER_Application *app);
44 44
45void 45void
46ui_contact_entry_set_contact(UI_CONTACT_ENTRY_Handle* handle,
47 const struct GNUNET_CHAT_Contact *contact);
48
49void
46ui_contact_entry_delete(UI_CONTACT_ENTRY_Handle *handle); 50ui_contact_entry_delete(UI_CONTACT_ENTRY_Handle *handle);
47 51
48#endif /* UI_CONTACT_ENTRY_H_ */ 52#endif /* UI_CONTACT_ENTRY_H_ */