diff options
Diffstat (limited to 'src/proto/os_unix.pro')
-rw-r--r-- | src/proto/os_unix.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proto/os_unix.pro b/src/proto/os_unix.pro index 3c97345d00..7c5c62a786 100644 --- a/src/proto/os_unix.pro +++ b/src/proto/os_unix.pro @@ -1,9 +1,7 @@ /* 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)); -long_u mch_total_mem __ARGS((int special)); void mch_delay __ARGS((long msec, int ignoreinput)); int mch_stackcheck __ARGS((char *p)); void mch_startjmp __ARGS((void)); |