Fix build with gcc

This commit is contained in:
Baptiste Daroussin 2014-07-29 09:46:08 +00:00
parent 9b046b421f
commit 65a03bec27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269231

View File

@ -58,8 +58,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 *);