diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-04-04 19:53:43 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 20:19:38 -0300 |
commit | a8013f2bb1b7e62c273f7a7da58653aa82e9c5ca (patch) | |
tree | 11807ea29c41ed7b6ed2769185e5283969e7fe8b /src/os_unix.h | |
parent | f545afaed0304838881930c6a5944f2c6523322e (diff) | |
download | rneovim-a8013f2bb1b7e62c273f7a7da58653aa82e9c5ca.tar.gz rneovim-a8013f2bb1b7e62c273f7a7da58653aa82e9c5ca.tar.bz2 rneovim-a8013f2bb1b7e62c273f7a7da58653aa82e9c5ca.zip |
Moved mch_get_pid and renamed it to os_get_pid
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 ca9d21f0fb..eaa38706ac 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -20,7 +20,6 @@ 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); -long mch_get_pid(void); 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); |