aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-05-11 20:11:55 +0000
committerGabor X Toth <*@tg-x.net>2016-05-11 20:11:55 +0000
commit92c6c99b247329f15e09118604f143f35516001c (patch)
tree04495669193a0bf4150716ce25a88a7f40849fd7 /src/include/gnunet_social_service.h
parentea6351c2f3d49f818e846276072e8d2b59bf1fa5 (diff)
downloadgnunet-92c6c99b247329f15e09118604f143f35516001c.tar.gz
gnunet-92c6c99b247329f15e09118604f143f35516001c.zip
social api: app_disconnect callback
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index e93436e96..b0f5dbd16 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -420,7 +420,9 @@ GNUNET_SOCIAL_app_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
420 * App handle. 420 * App handle.
421 */ 421 */
422void 422void
423GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app); 423GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app,
424 GNUNET_ContinuationCallback disconnect_cb,
425 void *disconnect_cls);
424 426
425 427
426/** 428/**