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
commit47a1ef91423c3907c19774f6b19b551bee5b550f (patch)
treed20a52617efedeb965b908f982cac4de346bc2b1 /include/fuse.h
parentbaef74043c9ec5fd7935ce8c336115495a4cc922 (diff)
downloadlibfuse-47a1ef91423c3907c19774f6b19b551bee5b550f.tar.gz
libfuse: remove deprecated fuse_exited()
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 3e19aca..fe8a331 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -934,18 +934,6 @@ void fuse_register_module(struct fuse_module *mod);
fuse_register_module(&mod); \
}
-
-/* ----------------------------------------------------------- *
- * Advanced API for event handling, don't worry about this... *
- * ----------------------------------------------------------- */
-
-/* NOTE: the following functions are deprecated, and will be removed
- from the 3.0 API. Use the lowlevel session functions instead */
-
-/** Return the exited flag, which indicates if fuse_exit() has been
- called */
-int fuse_exited(struct fuse *f);
-
/** Get session from fuse object */
struct fuse_session *fuse_get_session(struct fuse *f);