aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat_entry.h')
-rw-r--r--src/ui/chat_entry.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/chat_entry.h b/src/ui/chat_entry.h
index 3a614c4..2515e2c 100644
--- a/src/ui/chat_entry.h
+++ b/src/ui/chat_entry.h
@@ -51,9 +51,13 @@ ui_chat_entry_new(MESSENGER_Application *app);
51void 51void
52ui_chat_entry_update(UI_CHAT_ENTRY_Handle *handle, 52ui_chat_entry_update(UI_CHAT_ENTRY_Handle *handle,
53 MESSENGER_Application *app, 53 MESSENGER_Application *app,
54 const struct GNUNET_CHAT_Context *context); 54 struct GNUNET_CHAT_Context *context);
55 55
56void 56void
57ui_chat_entry_delete(UI_CHAT_ENTRY_Handle *handle); 57ui_chat_entry_delete(UI_CHAT_ENTRY_Handle *handle);
58 58
59void
60ui_chat_entry_dispose(UI_CHAT_ENTRY_Handle *handle,
61 MESSENGER_Application *app);
62
59#endif /* UI_CHAT_ENTRY_H_ */ 63#endif /* UI_CHAT_ENTRY_H_ */