blob: c5371012629741175d8400804105c8ffbfa03b77 [file] [log] [blame]
Bram Moolenaar84e80b52013-03-07 13:32:36 +01001/* os_beos.c */
2void beos_cleanup_read_thread __ARGS((void));
3int 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 : */