toxcore/toxav
Will Rouesnel 8a56cb3b58 Change prototype for custom_packet_handler functions
Change the custom_packet_handler callback function interface to be
consistent with other callback interfaces.

The new interface takes the Messenger object calling as the first
parameter, and moves the user data object to be the last parameter. 

This makes it comparable to the callbacks for file transfer and the
like, and should simplify building interfaces.

The new prototype is: int (*)(Messenger *m, int32_t friendnumber, const
uint8_t *data, uint32_t len, void *object)
2014-12-09 07:51:49 +11:00
..
codec.c Jbuff fixes. 2014-11-29 16:13:50 -05:00
codec.h Merge branch 'mutex-1' of https://github.com/mannol/toxcore 2014-11-29 16:09:24 -05:00
group.c Fixed possible issue. 2014-11-25 15:31:21 -05:00
group.h Group audio might work now but I have not tested anything yet. 2014-11-10 17:59:14 -05:00
Makefile.inc First commit of actual A/V code for group chats. 2014-11-07 21:30:26 -05:00
msi.c Merge branch 'mutex-1' of https://github.com/mannol/toxcore 2014-11-29 16:09:24 -05:00
msi.h Merge branch 'mutex-1' of https://github.com/mannol/toxcore 2014-11-29 16:09:24 -05:00
rtp.c Change prototype for custom_packet_handler functions 2014-12-09 07:51:49 +11:00
rtp.h More av cleanup 2014-11-29 13:42:19 +01:00
toxav.c Fixed possible threading issues. 2014-12-03 14:41:01 -05:00
toxav.h More av cleanup 2014-11-29 13:42:19 +01:00