diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-25 21:53:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-25 21:53:18 +0000 |
commit | 281bdcec60a64ccd0b613ecaf2379e46b21c9912 (patch) | |
tree | ee9ae0d64a0d6a1a9c79af614acb00f380e4e0f1 /src/proto | |
parent | aab21c3533cde8f667e06548db858237870b70e7 (diff) | |
download | vim-281bdcec60a64ccd0b613ecaf2379e46b21c9912.zip |
updated for version 7.0044
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/charset.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/charset.pro b/src/proto/charset.pro index 88e9754b3..afc8562ce 100644 --- a/src/proto/charset.pro +++ b/src/proto/charset.pro @@ -3,7 +3,7 @@ int init_chartab __ARGS((void)); int buf_init_chartab __ARGS((buf_T *buf, int global)); void trans_characters __ARGS((char_u *buf, int bufsize)); char_u *transstr __ARGS((char_u *s)); -char_u *str_foldcase __ARGS((char_u *str, int len)); +char_u *str_foldcase __ARGS((char_u *str, int orglen, char_u *buf, int buflen)); char_u *transchar __ARGS((int c)); char_u *transchar_byte __ARGS((int c)); void transchar_nonprint __ARGS((char_u *buf, int c)); |