diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-03-07 13:32:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-03-07 13:32:36 +0100 |
commit | 84e80b51d12f11a95aa76be51abed6a9d0a8c6c5 (patch) | |
tree | 71462d72817e9668d9b36bb0649a78956c69fac2 /src/proto | |
parent | d999db2f1e5ec51042883d35ca44f0d751324b19 (diff) | |
download | vim-84e80b51d12f11a95aa76be51abed6a9d0a8c6c5.zip |
updated for version 7.3.846
Problem: Missing proto files.
Solution: Add the files.
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/os_beos.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proto/os_beos.pro b/src/proto/os_beos.pro new file mode 100644 index 000000000..c53710126 --- /dev/null +++ b/src/proto/os_beos.pro @@ -0,0 +1,4 @@ +/* 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 : */ |