summaryrefslogtreecommitdiff
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
chat_stop(MESSENGER_Chat *chat);
void
+chat_update_layout(MESSENGER_Chat *chat,
+ struct MESSENGER_Application *app);
+
+void
chat_process_message(MESSENGER_Chat *chat,
struct GNUNET_CHAT_Context *context,
const struct GNUNET_CHAT_Message *message);