view src/proto/os_beos.pro @ 17394:969a28736055

Added tag v8.1.1695 for changeset 372f2eaa544ae8d191a6c9afc34b43d61d90bb16
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Jul 2019 20:45:08 +0200
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 : */