diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-03-06 14:21:02 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-07 17:30:39 -0300 |
commit | d5b223afe22b0809e4718749a3cdc40ceb5434dd (patch) | |
tree | 3b3beded2b841e76251ca3e9d92e37b8ca84e27a /src/os_unix.h | |
parent | 1468c12fd1b649644eeacd447dbb0865eb0cdb43 (diff) | |
download | rneovim-d5b223afe22b0809e4718749a3cdc40ceb5434dd.tar.gz rneovim-d5b223afe22b0809e4718749a3cdc40ceb5434dd.tar.bz2 rneovim-d5b223afe22b0809e4718749a3cdc40ceb5434dd.zip |
Move mch_can_exe, executable_file to os/fs.c.
* Rename executable_file to is_executable.
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 92222bbca6..606237ee80 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -37,7 +37,6 @@ vim_acl_T mch_get_acl(char_u *fname); void mch_set_acl(char_u *fname, vim_acl_T aclent); void mch_free_acl(vim_acl_T aclent); void mch_hide(char_u *name); -int mch_can_exe(char_u *name); int mch_nodetype(char_u *name); void mch_early_init(void); void mch_free_mem(void); |