aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-03-06 14:21:02 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-07 17:30:39 -0300
commitd5b223afe22b0809e4718749a3cdc40ceb5434dd (patch)
tree3b3beded2b841e76251ca3e9d92e37b8ca84e27a /src/os_unix.h
parent1468c12fd1b649644eeacd447dbb0865eb0cdb43 (diff)
downloadrneovim-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.h1
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);