0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.2-232

This commit is contained in:
Bram Moolenaar
2009-07-14 15:38:41 +00:00
parent 3f947ead6f
commit 2572492eba
4 changed files with 26 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
/* os_unix.c */
int mch_chdir __ARGS((char *path));
void mch_write __ARGS((char_u *s, int len));
int mch_inchar __ARGS((char_u *buf, int maxlen, long wtime, int tb_change_cnt));
int mch_char_avail __ARGS((void));