comparison src/proto/os_unix.pro @ 356:0f2b5d1b8117

updated for version 7.0092
author vimboss
date Fri, 24 Jun 2005 23:07:47 +0000
parents fdf55076c53f
children 8ab9c77240d4
comparison
equal deleted inserted replaced
355:644578c9e219 356:0f2b5d1b8117
39 void mch_hide __ARGS((char_u *name)); 39 void mch_hide __ARGS((char_u *name));
40 int mch_isdir __ARGS((char_u *name)); 40 int mch_isdir __ARGS((char_u *name));
41 int mch_can_exe __ARGS((char_u *name)); 41 int mch_can_exe __ARGS((char_u *name));
42 int mch_nodetype __ARGS((char_u *name)); 42 int mch_nodetype __ARGS((char_u *name));
43 void mch_early_init __ARGS((void)); 43 void mch_early_init __ARGS((void));
44 void mch_free_mem __ARGS((void));
44 void mch_exit __ARGS((int r)); 45 void mch_exit __ARGS((int r));
45 void mch_settmode __ARGS((int tmode)); 46 void mch_settmode __ARGS((int tmode));
46 void get_stty __ARGS((void)); 47 void get_stty __ARGS((void));
47 void mch_setmouse __ARGS((int on)); 48 void mch_setmouse __ARGS((int on));
48 void check_mouse_termcode __ARGS((void)); 49 void check_mouse_termcode __ARGS((void));