aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index af431ba56..060a0f8ee 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -240,6 +240,7 @@ struct GNUNET_CORE_PeerRequestHandle;
240 * @param sched scheduler to use 240 * @param sched scheduler to use
241 * @param cfg configuration to use 241 * @param cfg configuration to use
242 * @param timeout how long to try to talk to core 242 * @param timeout how long to try to talk to core
243 * @param peer who should we connect to
243 * @param cont function to call once the request has been completed (or timed out) 244 * @param cont function to call once the request has been completed (or timed out)
244 * @param cont_cls closure for cont 245 * @param cont_cls closure for cont
245 * @return NULL on error (cont will not be called), otherwise handle for cancellation 246 * @return NULL on error (cont will not be called), otherwise handle for cancellation