menu_hash_to_str_us - cleanups
This commit is contained in:
parent
08dfb8f374
commit
6ef6823081
1095
menu/menu_hash.c
1095
menu/menu_hash.c
File diff suppressed because it is too large
Load Diff
|
@ -815,6 +815,8 @@ const char *menu_hash_to_str_nl(uint32_t hash);
|
|||
|
||||
const char *menu_hash_to_str_pt(uint32_t hash);
|
||||
|
||||
const char *menu_hash_to_str_us(uint32_t hash);
|
||||
|
||||
const char *menu_hash_to_str(uint32_t hash);
|
||||
|
||||
uint32_t menu_hash_calculate(const char *s);
|
||||
|
|
Loading…
Reference in New Issue