From d5b223afe22b0809e4718749a3cdc40ceb5434dd Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Thu, 6 Mar 2014 14:21:02 +0100 Subject: Move mch_can_exe, executable_file to os/fs.c. * Rename executable_file to is_executable. --- src/os_unix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os_unix.h') 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); -- cgit