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 | |||
51 | chat_stop(MESSENGER_Chat *chat); | 51 | chat_stop(MESSENGER_Chat *chat); |
52 | 52 | ||
53 | void | 53 | void |
54 | chat_update_layout(MESSENGER_Chat *chat, | ||
55 | struct MESSENGER_Application *app); | ||
56 | |||
57 | void | ||
54 | chat_process_message(MESSENGER_Chat *chat, | 58 | chat_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); |