Added a missing struct definition.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2519 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-20 00:58:13 +00:00
parent f0272f00b0
commit ffa7234e82

View File

@ -13,6 +13,8 @@
//#include <list.h>
struct select_sync;
struct fd_ops {
ssize_t (*fd_read) (struct file_descriptor *, off_t pos, void *buffer, size_t *length);
ssize_t (*fd_write)(struct file_descriptor *, off_t pos, const void *buffer, size_t *length);