X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=passthrough.h;h=ebc9a1b2a349715f664b84701fda9c0d256aaf2c;hb=HEAD;hp=928ec4a2c9210518839bde104c5d7225b37e91cb;hpb=44ba89e4e046391df5001e48b9469f7c0ef254f7;p=rrq%2Ffuse_xattrs.git diff --git a/passthrough.h b/passthrough.h index 928ec4a..ebc9a1b 100644 --- a/passthrough.h +++ b/passthrough.h @@ -29,7 +29,7 @@ int xmp_link(const char *from, const char *to); int xmp_chmod(const char *path, mode_t mode); int xmp_chown(const char *path, uid_t uid, gid_t gid); int xmp_truncate(const char *path, off_t size); -int xmp_utimens(const char *path, const struct timespec ts[2], struct fuse_file_info *fi); +int xmp_utimens(const char *path, const struct timespec ts[2]); int xmp_open(const char *path, struct fuse_file_info *fi); int xmp_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi); int xmp_write(const char *path, const char *buf, size_t size, off_t offset, struct fuse_file_info *fi);