removed get_user_name() and replaced calls with mch_get_user_name()

This commit is contained in:
Stefan Hoffmann
2014-03-06 23:53:15 +01:00
committed by Thiago de Arruda
parent ce31410c79
commit ad77ff53d3
4 changed files with 10 additions and 30 deletions

View File

@@ -66,7 +66,6 @@ int same_directory(char_u *f1, char_u *f2);
int vim_chdirfile(char_u *fname);
int illegal_slash(char *name);
int vim_chdir(char_u *new_dir);
int get_user_name(char_u *buf, int len);
void sort_strings(char_u **files, int count);
int pathcmp(const char *p, const char *q, int maxlen);
int filewritable(char_u *fname);