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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/chat_entry.h b/src/ui/chat_entry.h
index 48f3116..743429a 100644
--- a/src/ui/chat_entry.h
+++ b/src/ui/chat_entry.h
@@ -47,6 +47,9 @@ UI_CHAT_ENTRY_Handle*
47ui_chat_entry_new(MESSENGER_Application *app); 47ui_chat_entry_new(MESSENGER_Application *app);
48 48
49void 49void
50ui_chat_entry_activate(UI_CHAT_ENTRY_Handle *handle);
51
52void
50ui_chat_entry_delete(UI_CHAT_ENTRY_Handle *handle); 53ui_chat_entry_delete(UI_CHAT_ENTRY_Handle *handle);
51 54
52#endif /* UI_CHAT_ENTRY_H_ */ 55#endif /* UI_CHAT_ENTRY_H_ */