comparison src/proto/os_amiga.pro @ 5782:5ab2946f7ce5 v7.4.235

updated for version 7.4.235 Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 21:00:59 +0200
parents c82da8beb64a
children 6529590f6c43
comparison
equal deleted inserted replaced
5781:eabbe5a74948 5782:5ab2946f7ce5
24 long mch_getperm __ARGS((char_u *name)); 24 long mch_getperm __ARGS((char_u *name));
25 int mch_setperm __ARGS((char_u *name, long perm)); 25 int mch_setperm __ARGS((char_u *name, long perm));
26 void mch_hide __ARGS((char_u *name)); 26 void mch_hide __ARGS((char_u *name));
27 int mch_isdir __ARGS((char_u *name)); 27 int mch_isdir __ARGS((char_u *name));
28 int mch_mkdir __ARGS((char_u *name)); 28 int mch_mkdir __ARGS((char_u *name));
29 int mch_can_exe __ARGS((char_u *name)); 29 int mch_can_exe __ARGS((char_u *name, char_u **path));
30 int mch_nodetype __ARGS((char_u *name)); 30 int mch_nodetype __ARGS((char_u *name));
31 void mch_early_init __ARGS((void)); 31 void mch_early_init __ARGS((void));
32 void mch_exit __ARGS((int r)); 32 void mch_exit __ARGS((int r));
33 void mch_settmode __ARGS((int tmode)); 33 void mch_settmode __ARGS((int tmode));
34 int mch_screenmode __ARGS((char_u *arg)); 34 int mch_screenmode __ARGS((char_u *arg));