aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-11-08 19:28:50 +0100
committerlurchi <lurchi@strangeplace.net>2017-11-08 19:28:50 +0100
commit2b9f858b1e38d80cc3f4c3fd48fba22e7a7e52a9 (patch)
tree96c5edca6a9c0cfbc1397e5f1c56649c741f277f /src/social
parentc9e414861225f5ac84971845015a67c6bd959153 (diff)
downloadgnunet-2b9f858b1e38d80cc3f4c3fd48fba22e7a7e52a9.tar.gz
gnunet-2b9f858b1e38d80cc3f4c3fd48fba22e7a7e52a9.zip
improve documentation
Diffstat (limited to 'src/social')
-rw-r--r--src/social/social_api.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/social/social_api.c b/src/social/social_api.c
index c89e79453..8c6629432 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -1096,10 +1096,11 @@ handle_app_place_end (void *cls,
1096 1096
1097 1097
1098/** 1098/**
1099 * Handle an acknowledgement that a guest or host left a place. 1099 * Handler for a #GNUNET_MESSAGE_TYPE_SOCIAL_PLACE_LEAVE_ACK message received
1100 * from the social service.
1100 * 1101 *
1101 * @param cls a `struct GNUNET_SOCIAL_Place` 1102 * @param cls the place of type `struct GNUNET_SOCIAL_Place`
1102 * @param msg the message from the service 1103 * @param msg the message received from the service
1103 */ 1104 */
1104static void 1105static void
1105handle_place_leave_ack (void *cls, 1106handle_place_leave_ack (void *cls,