aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses_mlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses_mlp.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses_mlp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_addresses_mlp.h b/src/ats/gnunet-service-ats_addresses_mlp.h
index f410339eb..dd26aa837 100644
--- a/src/ats/gnunet-service-ats_addresses_mlp.h
+++ b/src/ats/gnunet-service-ats_addresses_mlp.h
@@ -248,6 +248,7 @@ GAS_mlp_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
248 * 248 *
249 * @param mlp the MLP Handle 249 * @param mlp the MLP Handle
250 * @param addresses the address hashmap 250 * @param addresses the address hashmap
251 * the address has to be already added from the hashmap
251 * @param address the address to update 252 * @param address the address to update
252 */ 253 */
253void 254void
@@ -261,6 +262,7 @@ GAS_mlp_address_update (struct GAS_MLP_Handle *mlp, struct GNUNET_CONTAINER_Mult
261 * 262 *
262 * @param mlp the MLP Handle 263 * @param mlp the MLP Handle
263 * @param addresses the address hashmap 264 * @param addresses the address hashmap
265 * the address has to be already removed from the hashmap
264 * @param address the address to delete 266 * @param address the address to delete
265 */ 267 */
266void 268void