Bram Moolenaar | 84e80b5 | 2013-03-07 13:32:36 +0100 | [diff] [blame] | 1 | /* os_beos.c */ |
2 | void beos_cleanup_read_thread __ARGS((void)); | ||||
3 | int beos_select __ARGS((int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout)); | ||||
4 | /* vim: set ft=c : */ |