comparison src/proto/misc1.pro @ 1408:db8309865794 v7.1.123

updated for version 7.1-123
author vimboss
date Wed, 26 Sep 2007 20:36:32 +0000
parents 96cd8222a819
children 03c191181749
comparison
equal deleted inserted replaced
1407:26b0b2f606d2 1408:db8309865794
46 void msgmore __ARGS((long n)); 46 void msgmore __ARGS((long n));
47 void beep_flush __ARGS((void)); 47 void beep_flush __ARGS((void));
48 void vim_beep __ARGS((void)); 48 void vim_beep __ARGS((void));
49 void init_homedir __ARGS((void)); 49 void init_homedir __ARGS((void));
50 void free_homedir __ARGS((void)); 50 void free_homedir __ARGS((void));
51 char_u *expand_env_save __ARGS((char_u *src));
52 char_u *expand_env_save_opt __ARGS((char_u *src, int one));
51 void expand_env __ARGS((char_u *src, char_u *dst, int dstlen)); 53 void expand_env __ARGS((char_u *src, char_u *dst, int dstlen));
52 void expand_env_esc __ARGS((char_u *srcp, char_u *dst, int dstlen, int esc, char_u *startstr)); 54 void expand_env_esc __ARGS((char_u *srcp, char_u *dst, int dstlen, int esc, int one, char_u *startstr));
53 char_u *vim_getenv __ARGS((char_u *name, int *mustfree)); 55 char_u *vim_getenv __ARGS((char_u *name, int *mustfree));
54 char_u *expand_env_save __ARGS((char_u *src));
55 void vim_setenv __ARGS((char_u *name, char_u *val)); 56 void vim_setenv __ARGS((char_u *name, char_u *val));
56 char_u *get_env_name __ARGS((expand_T *xp, int idx)); 57 char_u *get_env_name __ARGS((expand_T *xp, int idx));
57 void home_replace __ARGS((buf_T *buf, char_u *src, char_u *dst, int dstlen, int one)); 58 void home_replace __ARGS((buf_T *buf, char_u *src, char_u *dst, int dstlen, int one));
58 char_u *home_replace_save __ARGS((buf_T *buf, char_u *src)); 59 char_u *home_replace_save __ARGS((buf_T *buf, char_u *src));
59 int fullpathcmp __ARGS((char_u *s1, char_u *s2, int checkname)); 60 int fullpathcmp __ARGS((char_u *s1, char_u *s2, int checkname));