diff options
Diffstat (limited to 'include/bh/bh.h')
| -rw-r--r-- | include/bh/bh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bh/bh.h b/include/bh/bh.h index 277728e..a56e169 100644 --- a/include/bh/bh.h +++ b/include/bh/bh.h @@ -27,6 +27,7 @@ #define BH_NOT_FOUND 0x0006 #define BH_TIMEOUT 0x0007 +typedef void (*bh_generic_cb_t)(void *data); typedef int (*bh_equal_cb_t)(const void *, const void *); typedef size_t (*bh_hash_cb_t)(const void *); |
