From 87c7793d1dfef4962cf656a93875023e79e63b59 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 10 Mar 2006 10:18:20 +0000 Subject: fix --- include/fuse_compat.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/fuse_compat.h') 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 @@ -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); -- cgit v1.2.3