summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/group_chats.h')
-rw-r--r--toxcore/group_chats.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxcore/group_chats.h b/toxcore/group_chats.h
index 33773785..a43173ab 100644
--- a/toxcore/group_chats.h
+++ b/toxcore/group_chats.h
@@ -109,7 +109,8 @@ typedef enum {
109 CHAT_CHANGE_PEER_NAME, 109 CHAT_CHANGE_PEER_NAME,
110} CHAT_CHANGE; 110} CHAT_CHANGE;
111 111
112void callback_namelistchange(Group_Chat *chat, void (*function)(Group_Chat *chat, int peer, uint8_t change, void *), void *userdata); 112void callback_namelistchange(Group_Chat *chat, void (*function)(Group_Chat *chat, int peer, uint8_t change, void *),
113 void *userdata);
113 114
114/* 115/*
115 * Send a message to the group. 116 * Send a message to the group.