aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
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()