mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed comment.
This commit is contained in:
parent
4391a86556
commit
e05120f74e
|
@ -783,7 +783,7 @@ void m_callback_group_message(Messenger *m, void (*function)(Messenger *m, int,
|
||||||
|
|
||||||
/* Set the callback for group actions.
|
/* Set the callback for group actions.
|
||||||
*
|
*
|
||||||
* Function(Messenger *m, int friendnumber, uint8_t *group_public_key, void *userdata)
|
* Function(Tox *tox, int groupnumber, int friendgroupnumber, uint8_t * message, uint16_t length, void *userdata)
|
||||||
*/
|
*/
|
||||||
void m_callback_group_action(Messenger *m, void (*function)(Messenger *m, int, int, uint8_t *, uint16_t, void *),
|
void m_callback_group_action(Messenger *m, void (*function)(Messenger *m, int, int, uint8_t *, uint16_t, void *),
|
||||||
void *userdata)
|
void *userdata)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user