aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api_get_peer.c
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/cadet/cadet_api_get_peer.c
parentb22c452796ec17a0d596dc2d2a2636ee00e12d68 (diff)
downloadgnunet-20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4.tar.gz
gnunet-20c42b92b71cb31bc5ed9cc4e4ff32efbd95aae4.zip
more work on #5385
Diffstat (limited to 'src/cadet/cadet_api_get_peer.c')
-rw-r--r--src/cadet/cadet_api_get_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/cadet_api_get_peer.c b/src/cadet/cadet_api_get_peer.c
index bfac8d583..6276de3a4 100644
--- a/src/cadet/cadet_api_get_peer.c
+++ b/src/cadet/cadet_api_get_peer.c
@@ -231,7 +231,7 @@ reconnect (void *cls)
231 * @param id Peer whose tunnel to examine. 231 * @param id Peer whose tunnel to examine.
232 * @param callback Function to call with the requested data. 232 * @param callback Function to call with the requested data.
233 * @param callback_cls Closure for @c callback. 233 * @param callback_cls Closure for @c callback.
234 * @return #GNUNET_OK / #GNUNET_SYSERR 234 * @return NULL on error
235 */ 235 */
236struct GNUNET_CADET_GetPeer * 236struct GNUNET_CADET_GetPeer *
237GNUNET_CADET_get_peer (const struct GNUNET_CONFIGURATION_Handle *cfg, 237GNUNET_CADET_get_peer (const struct GNUNET_CONFIGURATION_Handle *cfg,