Add function prototype
This commit is contained in:
parent
2a4c857df9
commit
f5379815da
|
@ -1892,6 +1892,9 @@ int menu_hash_get_help_vn_enum(enum msg_hash_enums msg, char *s, size_t len);
|
|||
const char *msg_hash_to_str_chs(enum msg_hash_enums msg);
|
||||
int menu_hash_get_help_chs_enum(enum msg_hash_enums msg, char *s, size_t len);
|
||||
|
||||
const char *msg_hash_to_str_cht(enum msg_hash_enums msg);
|
||||
int menu_hash_get_help_cht_enum(enum msg_hash_enums msg, char *s, size_t len);
|
||||
|
||||
const char *msg_hash_to_str_us(enum msg_hash_enums msg);
|
||||
int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len);
|
||||
|
||||
|
|
Loading…
Reference in New Issue