diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-04-05 13:51:48 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 20:19:38 -0300 |
commit | e76249c813192aa082060d024b66f11d95d09b51 (patch) | |
tree | b85521e6135f487f4dd7b7df9d3f4965e37f0246 /src/os_unix.h | |
parent | a8013f2bb1b7e62c273f7a7da58653aa82e9c5ca (diff) | |
download | rneovim-e76249c813192aa082060d024b66f11d95d09b51.tar.gz rneovim-e76249c813192aa082060d024b66f11d95d09b51.tar.bz2 rneovim-e76249c813192aa082060d024b66f11d95d09b51.zip |
Moved mch_get_host_name and renamed it to os_get_hostanme
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index eaa38706ac..2f592c50af 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -19,7 +19,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); -void mch_get_host_name(char_u *s, int len); void slash_adjust(char_u *p); void fname_case(char_u *name, int len); void mch_copy_sec(char_u *from_file, char_u *to_file); |