diff options
Diffstat (limited to 'src/chat.h')
-rw-r--r-- | src/chat.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |