summaryrefslogtreecommitdiff
path: root/toxcore/group.h
diff options
context:
space:
mode:
authordubslow <bunslow@gmail.com>2014-11-04 20:44:12 -0600
committerdubslow <bunslow@gmail.com>2014-11-11 17:19:36 -0600
commitc56853e623bd61b32cb6e6bb98050494a24d71a6 (patch)
treeb7f52c9da23d2d3bbca75470b040d0d7617b96cc /toxcore/group.h
parent65aad4858448fe3c57496ec72ac514b05302bef3 (diff)
public api, finishing tweaks
Diffstat (limited to 'toxcore/group.h')
-rw-r--r--toxcore/group.h2
1 files changed, 1 insertions, 1 deletions
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 {
124 void *action_callback_userdata; 124 void *action_callback_userdata;
125 void (*peer_namelistchange)(Messenger *m, int, int, uint8_t, void *); 125 void (*peer_namelistchange)(Messenger *m, int, int, uint8_t, void *);
126 void *group_namelistchange_userdata; 126 void *group_namelistchange_userdata;
127 void (*title_callback)(Messenger *m, int, int, const uint8_t *, uint16_t, void *); 127 void (*title_callback)(Messenger *m, int, int, const uint8_t *, uint8_t, void *);
128 void *title_callback_userdata; 128 void *title_callback_userdata;
129 129
130 struct { 130 struct {