Function gnunet_sys::GNUNET_CONTAINER_bloomfilter_remove[][src]

pub unsafe extern "C" fn GNUNET_CONTAINER_bloomfilter_remove(
    bf: *mut GNUNET_CONTAINER_BloomFilter,
    e: *const GNUNET_HashCode
)

@ingroup bloomfilter Remove an element from the filter.

@param bf the filter @param e the element to remove