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

api changes

This commit is contained in:
Jfreegman
2014-06-11 20:04:20 -04:00
parent 612c6c95eb
commit f10ce94f38
5 changed files with 8 additions and 9 deletions

View File

@ -44,7 +44,7 @@ extern ToxWindow *prompt;
static int num_active_windows;
/* CALLBACKS START */
void on_request(Tox *m, uint8_t *public_key, uint8_t *data, uint16_t length, void *userdata)
void on_request(Tox *m, const uint8_t *public_key, const uint8_t *data, uint16_t length, void *userdata)
{
int i;