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
commitbaef74043c9ec5fd7935ce8c336115495a4cc922 (patch)
treeee836ba83ac871a248f1988d532fa1d5a07bb343 /include/fuse.h
parent88db3e94ef35aac933334694fa3065da68266d91 (diff)
downloadlibfuse-baef74043c9ec5fd7935ce8c336115495a4cc922.tar.gz
libfuse: remove deprecated fuse_setup(), fuse_teardown()
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 361befa..3e19aca 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -942,15 +942,6 @@ void fuse_register_module(struct fuse_module *mod);
/* NOTE: the following functions are deprecated, and will be removed
from the 3.0 API. Use the lowlevel session functions instead */
-/** This is the part of fuse_main() before the event loop */
-struct fuse *fuse_setup(int argc, char *argv[],
- const struct fuse_operations *op, size_t op_size,
- char **mountpoint, int *multithreaded,
- void *user_data);
-
-/** This is the part of fuse_main() after the event loop */
-void fuse_teardown(struct fuse *fuse, char *mountpoint);
-
/** Return the exited flag, which indicates if fuse_exit() has been
called */
int fuse_exited(struct fuse *f);