summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-bloom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-bus/bus-bloom.h')
-rw-r--r--src/libsystemd-bus/bus-bloom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-bus/bus-bloom.h b/src/libsystemd-bus/bus-bloom.h
index 1bf14a3331..422eb4e01a 100644
--- a/src/libsystemd-bus/bus-bloom.h
+++ b/src/libsystemd-bus/bus-bloom.h
@@ -25,6 +25,5 @@
#define BLOOM_SIZE 64
-void bloom_add_data(uint64_t filter[BLOOM_SIZE/8], const void *data, size_t n);
void bloom_add_pair(uint64_t filter[BLOOM_SIZE/8], const char *a, const char *b);
void bloom_add_prefixes(uint64_t filter[BLOOM_SIZE/8], const char *a, const char *b, char sep);