diff options
Diffstat (limited to 'include/ll_map.h')
-rw-r--r-- | include/ll_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ll_map.h b/include/ll_map.h index 4c78498e..b98a5714 100644 --- a/include/ll_map.h +++ b/include/ll_map.h @@ -10,5 +10,6 @@ extern const char *ll_index_to_name(unsigned idx); extern const char *ll_idx_n2a(unsigned idx, char *buf); extern int ll_index_to_type(unsigned idx); extern int ll_index_to_flags(unsigned idx); +extern unsigned namehash(const char *str); #endif /* __LL_MAP_H__ */ |