Fix build with gcc
This commit is contained in:
parent
9b046b421f
commit
65a03bec27
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user