1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 12:46:45 +02:00

typging change callback update

This commit is contained in:
Jfreegman
2014-03-20 20:50:48 -04:00
parent 25b5545644
commit c1dfb741c9
4 changed files with 11 additions and 11 deletions

View File

@ -63,7 +63,7 @@ void on_connectionchange(Tox *m, int32_t friendnumber, uint8_t status, void *use
}
}
void on_typing_change(Tox *m, int32_t friendnumber, int is_typing, void *userdata)
void on_typing_change(Tox *m, int32_t friendnumber, uint8_t is_typing, void *userdata)
{
int i;