Revision 4011ead2 hw/9pfs/virtio-9p-coth.h

b/hw/9pfs/virtio-9p-coth.h
64 64
extern void v9fs_co_rewinddir(V9fsState *, V9fsFidState *);
65 65
extern int v9fs_co_statfs(V9fsState *, V9fsString *, struct statfs *);
66 66
extern int v9fs_co_lstat(V9fsState *, V9fsString *, struct stat *);
67
extern int v9fs_co_chmod(V9fsState *, V9fsString *, mode_t);
68
extern int v9fs_co_utimensat(V9fsState *, V9fsString *, struct timespec [2]);
69
extern int v9fs_co_chown(V9fsState *, V9fsString *, uid_t, gid_t);
70
extern int v9fs_co_truncate(V9fsState *, V9fsString *, off_t);
67 71
#endif

Also available in: Unified diff