diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-20 21:46:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-20 21:46:00 +0200 |
commit | 218116c1d0bacf1bceb93699258c23308617b43c (patch) | |
tree | 971357927080ba2d1cc08500f0069b3619af5ecb /src/proto/ex_getln.pro | |
parent | fa7584cb8627e3e4226b26ef1bff42f82b8eee1e (diff) | |
download | vim-git-218116c1d0bacf1bceb93699258c23308617b43c.tar.gz |
Various smaller changes. Updated proto files. Updated dependencies.
Diffstat (limited to 'src/proto/ex_getln.pro')
-rw-r--r-- | src/proto/ex_getln.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index 2750542fc..cdc49a838 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -5,8 +5,8 @@ int text_locked __ARGS((void)); void text_locked_msg __ARGS((void)); int curbuf_locked __ARGS((void)); int allbuf_locked __ARGS((void)); -char_u *getexline __ARGS((int c, void *dummy, int indent)); -char_u *getexmodeline __ARGS((int promptc, void *dummy, int indent)); +char_u *getexline __ARGS((int c, void *cookie, int indent)); +char_u *getexmodeline __ARGS((int promptc, void *cookie, int indent)); int cmdline_overstrike __ARGS((void)); int cmdline_at_end __ARGS((void)); colnr_T cmdline_getvcol_cursor __ARGS((void)); |