aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-02-08 08:03:01 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2013-02-08 08:03:01 +0100
commitafde05b920a44e65f5ee8451d761739752bfc2f2 (patch)
tree30f224d42b733cb854677ed8afb7f7474b17cb8d /include/fuse.h
parent4168937d1e2e9bd37dadc49c7659c2fe5a317dbe (diff)
downloadlibfuse-afde05b920a44e65f5ee8451d761739752bfc2f2.tar.gz
libfuse: remove deprecated fuse_invalidate()
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 3279ef1..57096ce 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -726,13 +726,6 @@ int fuse_getgroups(int size, gid_t list[]);
int fuse_interrupted(void);
/**
- * Obsolete, doesn't do anything
- *
- * @return -EINVAL
- */
-int fuse_invalidate(struct fuse *f, const char *path);
-
-/**
* The real main function
*
* Do not call this directly, use fuse_main()