From 92c6c99b247329f15e09118604f143f35516001c Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Wed, 11 May 2016 20:11:55 +0000 Subject: social api: app_disconnect callback --- src/include/gnunet_social_service.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_social_service.h') 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, * App handle. */ void -GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app); +GNUNET_SOCIAL_app_disconnect (struct GNUNET_SOCIAL_App *app, + GNUNET_ContinuationCallback disconnect_cb, + void *disconnect_cls); /** -- cgit v1.2.3