blob: bccf45d0a413fd601f7f8b3a2ef9ceaa29b34b62 [file] [log] [blame]
Bram Moolenaar84e80b52013-03-07 13:32:36 +01001/* os_beos.c */
Bram Moolenaaref269542016-01-19 13:22:12 +01002void beos_cleanup_read_thread(void);
3int beos_select(int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout);
Bram Moolenaar84e80b52013-03-07 13:32:36 +01004/* vim: set ft=c : */