aboutsummaryrefslogtreecommitdiff
path: root/src/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat.h')
-rw-r--r--src/chat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/chat.h b/src/chat.h
index 8ce5f3e..5422e3b 100644
--- a/src/chat.h
+++ b/src/chat.h
@@ -51,6 +51,10 @@ void
51chat_stop(MESSENGER_Chat *chat); 51chat_stop(MESSENGER_Chat *chat);
52 52
53void 53void
54chat_update_layout(MESSENGER_Chat *chat,
55 struct MESSENGER_Application *app);
56
57void
54chat_process_message(MESSENGER_Chat *chat, 58chat_process_message(MESSENGER_Chat *chat,
55 struct GNUNET_CHAT_Context *context, 59 struct GNUNET_CHAT_Context *context,
56 const struct GNUNET_CHAT_Message *message); 60 const struct GNUNET_CHAT_Message *message);