summaryrefslogtreecommitdiff
path: root/src/proto/os_beos.pro
blob: bccf45d0a413fd601f7f8b3a2ef9ceaa29b34b62 (plain)
1
2
3
4
/* os_beos.c */
void beos_cleanup_read_thread(void);
int beos_select(int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout);
/* vim: set ft=c : */