aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2006-09-16 08:52:09 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2006-09-16 08:52:09 +0000
commitc3b76815f753b8303a16f7f394748948665c75ba (patch)
tree6fe15d0b12dffa0dbe6c510438fb747911d6350e /include/fuse.h
parent908c18e058f3ecd79012a4991025f4be051d7d9a (diff)
fix
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 6a25052..1e0bd3c 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -407,7 +407,7 @@ struct fuse_operations {
*
* Introduced in version 2.6
*/
- int (*utimes) (const char *, const struct timespec tv[2]);
+ int (*utimens) (const char *, const struct timespec tv[2]);
};
/** Extra context that may be needed by some filesystems