summaryrefslogtreecommitdiff
path: root/src/proto/misc1.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-28 23:32:02 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-28 23:32:02 +0000
commit24bbcfe8fe62ea43b1cea86243be4fdc8794140b (patch)
treef3e45e2890b4a0b79aaf7fa4fababaf2515ce828 /src/proto/misc1.pro
parentd7b31706f766d3167069429c7f2f2f451ac72ecb (diff)
downloadvim-git-24bbcfe8fe62ea43b1cea86243be4fdc8794140b.tar.gz
updated for version 7.0096v7.0096
Diffstat (limited to 'src/proto/misc1.pro')
-rw-r--r--src/proto/misc1.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proto/misc1.pro b/src/proto/misc1.pro
index 94d04554c..be4c9df43 100644
--- a/src/proto/misc1.pro
+++ b/src/proto/misc1.pro
@@ -41,15 +41,15 @@ void check_status __ARGS((buf_T *buf));
void change_warning __ARGS((int col));
int ask_yesno __ARGS((char_u *str, int direct));
int get_keystroke __ARGS((void));
-int get_number __ARGS((int colon));
-int prompt_for_number __ARGS((void));
+int get_number __ARGS((int colon, int *mouse_used));
+int prompt_for_number __ARGS((int *mouse_used));
void msgmore __ARGS((long n));
void beep_flush __ARGS((void));
void vim_beep __ARGS((void));
void init_homedir __ARGS((void));
void free_homedir __ARGS((void));
void expand_env __ARGS((char_u *src, char_u *dst, int dstlen));
-void expand_env_esc __ARGS((char_u *src, char_u *dst, int dstlen, int esc));
+void expand_env_esc __ARGS((char_u *srcp, char_u *dst, int dstlen, int esc, char_u *startstr));
char_u *vim_getenv __ARGS((char_u *name, int *mustfree));
char_u *expand_env_save __ARGS((char_u *src));
void vim_setenv __ARGS((char_u *name, char_u *val));