aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_social_service.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index 3aaea333e..6b5127bc0 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -199,14 +199,14 @@ typedef void (*GNUNET_SOCIAL_FarewellCallback)(void *cls,
199 * @return handle for a new home 199 * @return handle for a new home
200 */ 200 */
201struct GNUNET_SOCIAL_Home * 201struct GNUNET_SOCIAL_Home *
202GNUNET_SOCIAL_home_create (const struct GNUNET_CONFIGURATION_Handle *cfg, 202GNUNET_SOCIAL_home_enter (const struct GNUNET_CONFIGURATION_Handle *cfg,
203 const char *home_keyfile, 203 const char *home_keyfile,
204 enum GNUNET_MULTICAST_JoinPolicy join_policy, 204 enum GNUNET_MULTICAST_JoinPolicy join_policy,
205 struct GNUNET_SOCIAL_Ego *ego, 205 struct GNUNET_SOCIAL_Ego *ego,
206 struct GNUNET_SOCIAL_Slicer *slicer, 206 struct GNUNET_SOCIAL_Slicer *slicer,
207 GNUNET_SOCIAL_AnswerDoorCallback listener_cb, 207 GNUNET_SOCIAL_AnswerDoorCallback listener_cb,
208 GNUNET_SOCIAL_FarewellCallback farewell_cb, 208 GNUNET_SOCIAL_FarewellCallback farewell_cb,
209 void *cls); 209 void *cls);
210 210
211 211
212/** 212/**