aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_ats_service.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 8b1aaf5c7..7be2e4758 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -386,15 +386,11 @@ GNUNET_ATS_reset_backoff (struct GNUNET_ATS_SchedulingHandle *sh,
386 * 386 *
387 * @param sh handle 387 * @param sh handle
388 * @param peer identity of the peer we need an address for 388 * @param peer identity of the peer we need an address for
389 * @param cont the continuation to indicate success to call with the address
390 * @param cont_cls the closure for the @a cont
391 * @return suggestion handle 389 * @return suggestion handle
392 */ 390 */
393struct GNUNET_ATS_SuggestHandle * 391struct GNUNET_ATS_SuggestHandle *
394GNUNET_ATS_suggest_address (struct GNUNET_ATS_SchedulingHandle *sh, 392GNUNET_ATS_suggest_address (struct GNUNET_ATS_SchedulingHandle *sh,
395 const struct GNUNET_PeerIdentity *peer, 393 const struct GNUNET_PeerIdentity *peer);
396 GNUNET_ATS_AddressSuggestionCallback cont,
397 void *cont_cls);
398 394
399 395
400/** 396/**