summaryrefslogtreecommitdiffstats
path: root/src/proto/misc1.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-09-26 20:36:32 +0000
committerBram Moolenaar <Bram@vim.org>2007-09-26 20:36:32 +0000
commit9f0545d6de318268adbd1f767ae21eb12dd8992f (patch)
tree354c6b4ec443e45191638148a6fc16b2ee9425f0 /src/proto/misc1.pro
parentdfc7aa2ccde2e4a833afb0a9a89d8abc9eacd604 (diff)
updated for version 7.1-123v7.1.123
Diffstat (limited to 'src/proto/misc1.pro')
-rw-r--r--src/proto/misc1.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/proto/misc1.pro b/src/proto/misc1.pro
index e9bc32c559..a54b8b5695 100644
--- a/src/proto/misc1.pro
+++ b/src/proto/misc1.pro
@@ -48,10 +48,11 @@ void beep_flush __ARGS((void));
void vim_beep __ARGS((void));
void init_homedir __ARGS((void));
void free_homedir __ARGS((void));
+char_u *expand_env_save __ARGS((char_u *src));
+char_u *expand_env_save_opt __ARGS((char_u *src, int one));
void expand_env __ARGS((char_u *src, char_u *dst, int dstlen));
-void expand_env_esc __ARGS((char_u *srcp, char_u *dst, int dstlen, int esc, char_u *startstr));
+void expand_env_esc __ARGS((char_u *srcp, char_u *dst, int dstlen, int esc, int one, 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));
char_u *get_env_name __ARGS((expand_T *xp, int idx));
void home_replace __ARGS((buf_T *buf, char_u *src, char_u *dst, int dstlen, int one));