Bram Moolenaar | 054f14b | 2020-07-22 19:11:19 +0200 | [diff] [blame^] | 1 | /* locale.c */ |
2 | char_u *get_mess_lang(void); | ||||
3 | void set_lang_var(void); | ||||
4 | void init_locale(void); | ||||
5 | void ex_language(exarg_T *eap); | ||||
6 | void free_locales(void); | ||||
7 | char_u *get_lang_arg(expand_T *xp, int idx); | ||||
8 | char_u *get_locales(expand_T *xp, int idx); | ||||
9 | /* vim: set ft=c : */ |