mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
removed get_user_name() and replaced calls with mch_get_user_name()
This commit is contained in:

committed by
Thiago de Arruda

parent
ce31410c79
commit
ad77ff53d3
@@ -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);
|
||||
|
Reference in New Issue
Block a user