Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [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 : */ |