Add function prototype

This commit is contained in:
twinaphex 2017-07-23 07:43:42 +01:00
parent 2a4c857df9
commit f5379815da
1 changed files with 3 additions and 0 deletions

View File

@ -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);