Refactoring for multi-identity support.
This commit is contained in:
parent
5a3b0cc583
commit
edc5e16d8a
13 changed files with 571 additions and 433 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue