summaryrefslogtreecommitdiff
path: root/toxcore/group_chats.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-12-07 19:06:41 -0500
committerirungentoo <irungentoo@gmail.com>2013-12-07 19:06:41 -0500
commit1c45e5993858a4fc0e85858975e3206a657b9f94 (patch)
treec79b883aeb3cfefba7f1a2d86cbe97fda887dd4c /toxcore/group_chats.h
parentd078c5e9c2f1727502bce7db1b7de7e2fc4880ce (diff)
Added/updated some basic docs and cleaned up some things.
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.