diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-03-06 23:53:15 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-13 17:18:44 -0300 |
commit | ad77ff53d3ad5f1c4fdf2938bab2c9999df2c82b (patch) | |
tree | 5aa808ca8b97281545f2c4a1e191f3c914e24b7a /src/misc2.h | |
parent | ce31410c7953a19421a2f2df2d3e6654601da930 (diff) | |
download | rneovim-ad77ff53d3ad5f1c4fdf2938bab2c9999df2c82b.tar.gz rneovim-ad77ff53d3ad5f1c4fdf2938bab2c9999df2c82b.tar.bz2 rneovim-ad77ff53d3ad5f1c4fdf2938bab2c9999df2c82b.zip |
removed get_user_name() and replaced calls with mch_get_user_name()
Diffstat (limited to 'src/misc2.h')
-rw-r--r-- | src/misc2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc2.h b/src/misc2.h index 791981688e..a5ef378bcd 100644 --- a/src/misc2.h +++ b/src/misc2.h @@ -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); |