diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-02-08 08:03:02 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-02-08 08:03:02 +0100 |
commit | 276905bf14fccd9519dbd8a6025c58a51e945d2b (patch) | |
tree | 1c0bd223f75b256893982e2c5bb30c1b59599370 /include | |
parent | 0e4c55c3fb0900e6ab54ea64edb5a6f371deebbc (diff) | |
download | libfuse-276905bf14fccd9519dbd8a6025c58a51e945d2b.tar.gz |
libfuse: remove deprecated fuse_operations.utime()
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/fuse.h b/include/fuse.h index dfad371..34498ca 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -156,12 +156,6 @@ struct fuse_operations { /** Change the size of a file */ int (*truncate) (const char *, off_t); - /** Change the access and/or modification times of a file - * - * Deprecated, use utimens() instead. - */ - int (*utime) (const char *, struct utimbuf *); - /** File open operation * * No creation (O_CREAT, O_EXCL) and by default also no |