aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/reclaim_api.c')
-rw-r--r--src/reclaim/reclaim_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reclaim/reclaim_api.c b/src/reclaim/reclaim_api.c
index 3e03d973b..7d4d7588a 100644
--- a/src/reclaim/reclaim_api.c
+++ b/src/reclaim/reclaim_api.c
@@ -370,6 +370,7 @@ free_it (struct GNUNET_RECLAIM_AttributeIterator *it)
370 GNUNET_free (it); 370 GNUNET_free (it);
371} 371}
372 372
373
373/** 374/**
374 * Free @a op 375 * Free @a op
375 * 376 *
@@ -832,6 +833,7 @@ GNUNET_RECLAIM_disconnect (struct GNUNET_RECLAIM_Handle *h)
832 GNUNET_free (h); 833 GNUNET_free (h);
833} 834}
834 835
836
835/** 837/**
836 * Store an attribute. If the attribute is already present, 838 * Store an attribute. If the attribute is already present,
837 * it is replaced with the new attribute. 839 * it is replaced with the new attribute.