From 6f385414b27e929bd14435ea8342cde4bae0ef8d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 17 Mar 2006 15:05:40 +0000 Subject: fix --- include/fuse_compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fuse_compat.h') diff --git a/include/fuse_compat.h b/include/fuse_compat.h index a2144f0..c896373 100644 --- a/include/fuse_compat.h +++ b/include/fuse_compat.h @@ -62,6 +62,8 @@ struct fuse *fuse_setup_compat25(int argc, char *argv[], size_t op_size, char **mountpoint, int *multithreaded, int *fd); +void fuse_teardown_compat25(struct fuse *fuse, int fd, char *mountpoint); + #ifndef __FreeBSD__ #include -- cgit v1.2.3