aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/social_api.c')
-rw-r--r--src/social/social_api.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/social/social_api.c b/src/social/social_api.c
index a7a4e9dcf..6d77a8e73 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -1157,9 +1157,6 @@ guest_cleanup (void *cls)
1157 * Application handle. 1157 * Application handle.
1158 * @param ego 1158 * @param ego
1159 * Identity of the host. 1159 * Identity of the host.
1160 * @param place_key
1161 * Private-public key pair of the place.
1162 * NULL to generate a key.
1163 * @param policy 1160 * @param policy
1164 * Policy specifying entry and history restrictions for the place. 1161 * Policy specifying entry and history restrictions for the place.
1165 * @param slicer 1162 * @param slicer
@@ -1173,7 +1170,7 @@ guest_cleanup (void *cls)
1173 * @param cls 1170 * @param cls
1174 * Closure for the callbacks. 1171 * Closure for the callbacks.
1175 * 1172 *
1176 * @return Handle for the host. 1173 * @return Handle for the host. This handle contains the pubkey.
1177 */ 1174 */
1178struct GNUNET_SOCIAL_Host * 1175struct GNUNET_SOCIAL_Host *
1179GNUNET_SOCIAL_host_enter (const struct GNUNET_SOCIAL_App *app, 1176GNUNET_SOCIAL_host_enter (const struct GNUNET_SOCIAL_App *app,