aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-02-08 08:03:02 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2013-02-08 08:03:02 +0100
commit276905bf14fccd9519dbd8a6025c58a51e945d2b (patch)
tree1c0bd223f75b256893982e2c5bb30c1b59599370 /include/fuse.h
parent0e4c55c3fb0900e6ab54ea64edb5a6f371deebbc (diff)
downloadlibfuse-276905bf14fccd9519dbd8a6025c58a51e945d2b.tar.gz
libfuse: remove deprecated fuse_operations.utime()
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h6
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