aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-27 01:16:00 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-27 01:16:00 +0100
commit20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4 (patch)
tree5d2bc239e847974b2c57fefb8b88e9e8e593b50d /src/include
parentb22c452796ec17a0d596dc2d2a2636ee00e12d68 (diff)
downloadgnunet-20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4.tar.gz
gnunet-20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4.zip
more work on #5385
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_cadet_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 3ff8cf59c..846260a08 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -569,7 +569,7 @@ struct GNUNET_CADET_ListTunnels;
569 * @param cfg configuration to use 569 * @param cfg configuration to use
570 * @param callback Function to call with the requested data. 570 * @param callback Function to call with the requested data.
571 * @param callback_cls Closure for @c callback. 571 * @param callback_cls Closure for @c callback.
572 * @return #GNUNET_OK / #GNUNET_SYSERR 572 * @return NULL on error
573 */ 573 */
574struct GNUNET_CADET_ListTunnels * 574struct GNUNET_CADET_ListTunnels *
575GNUNET_CADET_list_tunnels (const struct GNUNET_CONFIGURATION_Handle *cfg, 575GNUNET_CADET_list_tunnels (const struct GNUNET_CONFIGURATION_Handle *cfg,
@@ -627,7 +627,7 @@ struct GNUNET_CADET_GetTunnel;
627 * @param id Peer whose tunnel to examine. 627 * @param id Peer whose tunnel to examine.
628 * @param callback Function to call with the requested data. 628 * @param callback Function to call with the requested data.
629 * @param callback_cls Closure for @c callback. 629 * @param callback_cls Closure for @c callback.
630 * @return #GNUNET_OK / #GNUNET_SYSERR 630 * @return NULL on error
631 */ 631 */
632struct GNUNET_CADET_GetTunnel * 632struct GNUNET_CADET_GetTunnel *
633GNUNET_CADET_get_tunnel (const struct GNUNET_CONFIGURATION_Handle *cfg, 633GNUNET_CADET_get_tunnel (const struct GNUNET_CONFIGURATION_Handle *cfg,