From c56853e623bd61b32cb6e6bb98050494a24d71a6 Mon Sep 17 00:00:00 2001 From: dubslow Date: Tue, 4 Nov 2014 20:44:12 -0600 Subject: public api, finishing tweaks --- toxcore/group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/group.h') diff --git a/toxcore/group.h b/toxcore/group.h index 891100d4..8a82a5ab 100644 --- a/toxcore/group.h +++ b/toxcore/group.h @@ -124,7 +124,7 @@ typedef struct { void *action_callback_userdata; void (*peer_namelistchange)(Messenger *m, int, int, uint8_t, void *); void *group_namelistchange_userdata; - void (*title_callback)(Messenger *m, int, int, const uint8_t *, uint16_t, void *); + void (*title_callback)(Messenger *m, int, int, const uint8_t *, uint8_t, void *); void *title_callback_userdata; struct { -- cgit v1.2.3