aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
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/**