view src/proto/os_beos.pro @ 19684:0b7b0650000a

Added tag v8.2.0398 for changeset dd028abdde0f3dfa6e72440cc19cf3de03356485
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Mar 2020 21:00:07 +0100
parents 21b0a39d13ed
children
line wrap: on
line source

/* 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 : */