aboutsummaryrefslogtreecommitdiff
path: root/src/chat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-06 15:22:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-06 15:22:31 +0000
commitae2573c141941db709f56f745753483a174bf704 (patch)
tree32411f3578f0fd4b4eafe0908a4c4f934409371f /src/chat
parent952d85211f95cc6c25f64c8c9e7e2a13cc9d13c0 (diff)
downloadgnunet-ae2573c141941db709f56f745753483a174bf704.tar.gz
gnunet-ae2573c141941db709f56f745753483a174bf704.zip
doxygen for chat
Diffstat (limited to 'src/chat')
-rw-r--r--src/chat/chat.c2
-rw-r--r--src/chat/gnunet-chat.c5
2 files changed, 4 insertions, 3 deletions
diff --git a/src/chat/chat.c b/src/chat/chat.c
index 3c8f9a862..9b5f62e56 100644
--- a/src/chat/chat.c
+++ b/src/chat/chat.c
@@ -648,6 +648,8 @@ GNUNET_CHAT_leave_room (struct GNUNET_CHAT_Room *chat_room)
648 * @param member_info information about the joining member 648 * @param member_info information about the joining member
649 * @param room_name name of the room 649 * @param room_name name of the room
650 * @param msg_options message options of the joining user 650 * @param msg_options message options of the joining user
651 * @param joinCallback function to call on successful join
652 * @param join_cls closure for joinCallback
651 * @param messageCallback which function to call if a message has 653 * @param messageCallback which function to call if a message has
652 * been received? 654 * been received?
653 * @param message_cls argument to callback 655 * @param message_cls argument to callback
diff --git a/src/chat/gnunet-chat.c b/src/chat/gnunet-chat.c
index 12366695a..1b8dcbd14 100644
--- a/src/chat/gnunet-chat.c
+++ b/src/chat/gnunet-chat.c
@@ -97,8 +97,9 @@ join_cb (void *cls)
97 * @param cls closure, NULL 97 * @param cls closure, NULL
98 * @param room in which room was the message received? 98 * @param room in which room was the message received?
99 * @param sender what is the ID of the sender? (maybe NULL) 99 * @param sender what is the ID of the sender? (maybe NULL)
100 * @param meta information about the joining member 100 * @param member_info information about the joining member
101 * @param message the message text 101 * @param message the message text
102 * @param timestamp time when the member joined
102 * @param options options for the message 103 * @param options options for the message
103 * @return GNUNET_OK to accept the message now, GNUNET_NO to 104 * @return GNUNET_OK to accept the message now, GNUNET_NO to
104 * accept (but user is away), GNUNET_SYSERR to signal denied delivery 105 * accept (but user is away), GNUNET_SYSERR to signal denied delivery
@@ -174,8 +175,6 @@ receive_cb (void *cls,
174 * @param orig_seq_number sequence number of the original message 175 * @param orig_seq_number sequence number of the original message
175 * @param timestamp when was the message received? 176 * @param timestamp when was the message received?
176 * @param receiver who is confirming the receipt? 177 * @param receiver who is confirming the receipt?
177 * @param msg_hash hash of the original message
178 * @param receipt signature confirming delivery
179 * @return GNUNET_OK to continue, GNUNET_SYSERR to refuse processing further 178 * @return GNUNET_OK to continue, GNUNET_SYSERR to refuse processing further
180 * confirmations from anyone for this message 179 * confirmations from anyone for this message
181 */ 180 */