Refactoring for multi-identity support.

This commit is contained in:
Håvard Pettersson 2014-09-13 06:52:42 +02:00
parent 5a3b0cc583
commit edc5e16d8a
13 changed files with 571 additions and 433 deletions

View file

@ -36,6 +36,10 @@ void tox_weechat_chat_print_action(struct t_tox_weechat_chat *chat,
const char *sender,
const char *message);
void tox_weechat_chat_refresh(struct t_tox_weechat_chat *chat);
void
tox_weechat_chat_refresh(struct t_tox_weechat_chat *chat);
void
tox_weechat_chat_queue_refresh(struct t_tox_weechat_chat *chat);
#endif // TOX_WEECHAT_CHATS_H