aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat.h')
-rw-r--r--src/ui/chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/chat.h b/src/ui/chat.h
index 77e4553..68b2eb3 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -60,6 +60,9 @@ UI_CHAT_Handle*
60ui_chat_new(MESSENGER_Application *app); 60ui_chat_new(MESSENGER_Application *app);
61 61
62void 62void
63ui_chat_activate(UI_CHAT_Handle *handle);
64
65void
63ui_chat_delete(UI_CHAT_Handle *handle); 66ui_chat_delete(UI_CHAT_Handle *handle);
64 67
65#endif /* UI_CHAT_H_ */ 68#endif /* UI_CHAT_H_ */