diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-03-10 10:18:20 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-03-10 10:18:20 +0000 |
commit | 87c7793d1dfef4962cf656a93875023e79e63b59 (patch) | |
tree | 2479dfe90a3dd1ea10699bc8a1894f41343d74a4 /include/fuse_compat.h | |
parent | 9caf0fea6864aafdc75f29a9d3e10274c043d2ee (diff) | |
download | libfuse-87c7793d1dfef4962cf656a93875023e79e63b59.tar.gz |
fix
Diffstat (limited to 'include/fuse_compat.h')
-rw-r--r-- | include/fuse_compat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/fuse_compat.h b/include/fuse_compat.h index ef7ff67..a2144f0 100644 --- a/include/fuse_compat.h +++ b/include/fuse_compat.h @@ -62,8 +62,6 @@ struct fuse *fuse_setup_compat25(int argc, char *argv[], size_t op_size, char **mountpoint, int *multithreaded, int *fd); -void fuse_unmount_compat22(const char *mountpoint); - #ifndef __FreeBSD__ #include <sys/statfs.h> @@ -125,8 +123,6 @@ int fuse_main_real_compat22(int argc, char *argv[], const struct fuse_operations_compat22 *op, size_t op_size); -int fuse_mount_compat22(const char *mountpoint, const char *opts); - typedef int (*fuse_dirfil_t_compat) (fuse_dirh_t h, const char *name, int type); struct fuse_operations_compat2 { int (*getattr) (const char *, struct stat *); @@ -196,8 +192,6 @@ struct fuse_operations_compat1 { #define FUSE_DEBUG_COMPAT1 (1 << 1) -int fuse_mount_compat1(const char *mountpoint, const char *args[]); - struct fuse *fuse_new_compat1(int fd, int flags, const struct fuse_operations_compat1 *op); void fuse_main_compat1(int argc, char *argv[], const struct fuse_operations_compat1 *op); |