diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-03-06 23:20:29 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-13 17:18:44 -0300 |
commit | ce31410c7953a19421a2f2df2d3e6654601da930 (patch) | |
tree | d07b8af604b81c6323ba5dc405fcdd7f9397abf6 /src/os_unix.h | |
parent | 6fd9f090fc66c3ba38dc07ea6c982c3124735f32 (diff) | |
download | rneovim-ce31410c7953a19421a2f2df2d3e6654601da930.tar.gz rneovim-ce31410c7953a19421a2f2df2d3e6654601da930.tar.bz2 rneovim-ce31410c7953a19421a2f2df2d3e6654601da930.zip |
moved mch_get_user_name() and mch_get_uname() into os/users.c
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 606237ee80..4db402c1e8 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -24,8 +24,6 @@ int use_xterm_mouse(void); int vim_is_iris(char_u *name); int vim_is_vt300(char_u *name); int vim_is_fastterm(char_u *name); -int mch_get_user_name(char_u *s, int len); -int mch_get_uname(uid_t uid, char_u *s, int len); void mch_get_host_name(char_u *s, int len); long mch_get_pid(void); void slash_adjust(char_u *p); |