summaryrefslogtreecommitdiffstats
path: root/src/proto/mbyte.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/mbyte.pro')
-rw-r--r--src/proto/mbyte.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/mbyte.pro b/src/proto/mbyte.pro
index 44fcfc58a2..2ba9f1c9fc 100644
--- a/src/proto/mbyte.pro
+++ b/src/proto/mbyte.pro
@@ -71,6 +71,7 @@ int mb_lefthalve(int row, int col);
int mb_fix_col(int col, int row);
char_u *enc_skip(char_u *p);
char_u *enc_canonize(char_u *enc);
+char_u *enc_locale_env(char *locale);
char_u *enc_locale(void);
int encname2codepage(char_u *name);
void *my_iconv_open(char_u *to, char_u *from);