Added method declaration.

This commit is contained in:
Håvard Pettersson 2014-09-26 22:23:45 +02:00
parent 1af9ee8069
commit 3cf80be3e9
1 changed files with 5 additions and 0 deletions

View File

@ -48,4 +48,9 @@ tox_weechat_send_friend_message(struct t_tox_weechat_identity *identity,
int32_t friend_number,
const char *message);
void
tox_weechat_add_unsent_message(struct t_tox_weechat_identity *identity,
const uint8_t *recipient_id,
const char *message);
#endif // TOX_WEECHAT_MESSAGES_H