diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-05 22:01:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-05 22:01:26 +0000 |
commit | bc045ea87a5cc6af090dd112b4eaa5964c726132 (patch) | |
tree | eace08aedcc8ea823286eb6627f001f83b1ce337 /src/proto/mbyte.pro | |
parent | 50cde8273e0b9391ccd04179b2445361db61ff63 (diff) | |
download | vim-git-bc045ea87a5cc6af090dd112b4eaa5964c726132.tar.gz |
updated for version 7.0080
Diffstat (limited to 'src/proto/mbyte.pro')
-rw-r--r-- | src/proto/mbyte.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/mbyte.pro b/src/proto/mbyte.pro index 11b64433f..6e85df0d8 100644 --- a/src/proto/mbyte.pro +++ b/src/proto/mbyte.pro @@ -39,7 +39,7 @@ int utf_toupper __ARGS((int a)); int utf_islower __ARGS((int a)); int utf_tolower __ARGS((int a)); int utf_isupper __ARGS((int a)); -int mb_strnicmp __ARGS((char_u *s1, char_u *s2, int n)); +int mb_strnicmp __ARGS((char_u *s1, char_u *s2, size_t nn)); void show_utf8 __ARGS((void)); int latin_head_off __ARGS((char_u *base, char_u *p)); int dbcs_head_off __ARGS((char_u *base, char_u *p)); |