aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-12 19:48:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-12 19:48:42 +0000
commitb5071a82cf81cd59ec5d244e828d20a66c55218f (patch)
treecd5f33f4b095e3acb5db4eade4c054e3f99b6b09 /src/include
parentb5d9a152c861625cd3301a26011945f589ad2893 (diff)
downloadgnunet-b5071a82cf81cd59ec5d244e828d20a66c55218f.tar.gz
gnunet-b5071a82cf81cd59ec5d244e828d20a66c55218f.zip
better name for entering a home
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/**