aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_ohash.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat_ohash.h')
-rw-r--r--compat_ohash.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compat_ohash.h b/compat_ohash.h
index c5f81ec0..e3124c96 100644
--- a/compat_ohash.h
+++ b/compat_ohash.h
@@ -56,8 +56,7 @@ void ohash_delete(struct ohash *);
unsigned int ohash_lookup_interval(struct ohash *, const char *,
const char *, uint32_t);
unsigned int ohash_lookup_memory(struct ohash *, const char *,
- size_t, uint32_t)
- __attribute__ ((__bounded__(__string__,2,3)));
+ size_t, uint32_t);
void *ohash_find(struct ohash *, unsigned int);
void *ohash_remove(struct ohash *, unsigned int);
void *ohash_insert(struct ohash *, unsigned int, void *);