diff options
author | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-07-27 23:15:28 +0000 |
---|---|---|
committer | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-07-27 23:15:28 +0000 |
commit | 46b723ebd22301be02cfbca34c471f9397f163c5 (patch) | |
tree | 376c3399ec9127404e8bbb25ce237e975739af2d /src/include/gnunet_social_service.h | |
parent | e89ea93e49c51c0d21ddc4b569feb576fd1a29f7 (diff) |
social: fix various warnings
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r-- | src/include/gnunet_social_service.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h index b0f5dbd16..e9c7f309c 100644 --- a/src/include/gnunet_social_service.h +++ b/src/include/gnunet_social_service.h @@ -194,7 +194,7 @@ Description of file Messages with a _file method contain a file, which is saved to disk upon reception at the following location: -$GNUNET_DATA_HOME/social/files/<H(place_pub)>/<message_id> +$GNUNET_DATA_HOME/social/files/<H(place_pub)>/<H(message_id)> ### Environment @@ -386,7 +386,7 @@ typedef void /** * Establish application connection to the social service. * - * The @host_place_cb and @guest_place_cb functions are + * The @host_cb and @guest_cb functions are * initially called for each entered places, * then later each time a new place is entered with the current app ID. * @@ -416,8 +416,12 @@ GNUNET_SOCIAL_app_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Disconnect app. * - * @param c - * App handle. + * @param app + * Application handle. + * @param disconnect_cb + * Disconnect callback. + * @param disconnect_cls + * Disconnect closure. */ void GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app, |