aboutsummaryrefslogtreecommitdiff
path: root/src/setu
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 03:01:14 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:31 +0100
commit148b5a3e3b0c7778b847db9250353b93aef865a9 (patch)
treed36d12b6a43c98be8318c71de05278c6dd68b96c /src/setu
parent824647f7ccc19353bbb45dd438ddf96c47d4efd5 (diff)
downloadgnunet-148b5a3e3b0c7778b847db9250353b93aef865a9.tar.gz
gnunet-148b5a3e3b0c7778b847db9250353b93aef865a9.zip
-DOC: Another comment stripping pass through SETU
Diffstat (limited to 'src/setu')
-rw-r--r--src/setu/ibf.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/setu/ibf.c b/src/setu/ibf.c
index dbd23c320..c4607c1ba 100644
--- a/src/setu/ibf.c
+++ b/src/setu/ibf.c
@@ -216,18 +216,6 @@ ibf_is_empty (struct InvertibleBloomFilter *ibf)
216} 216}
217 217
218 218
219/**
220 * Decode and remove an element from the IBF, if possible.
221 *
222 * @param ibf the invertible bloom filter to decode
223 * @param ret_side sign of the cell's count where the decoded element came from.
224 * A negative sign indicates that the element was recovered
225 * resides in an IBF that was previously subtracted from.
226 * @param ret_id receives the hash code of the decoded element, if successful
227 * @return #GNUNET_YES if decoding an element was successful,
228 * #GNUNET_NO if the IBF is empty,
229 * #GNUNET_SYSERR if the decoding has failed
230 */
231int 219int
232ibf_decode (struct InvertibleBloomFilter *ibf, 220ibf_decode (struct InvertibleBloomFilter *ibf,
233 int *ret_side, 221 int *ret_side,