forked from aniani/vim
5 lines
212 B
C
5 lines
212 B
C
/* os_beos.c */
|
|
void beos_cleanup_read_thread __ARGS((void));
|
|
int beos_select __ARGS((int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout));
|
|
/* vim: set ft=c : */
|