aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_compat.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-03-17 15:05:40 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-03-17 15:05:40 +0000
commit6f385414b27e929bd14435ea8342cde4bae0ef8d (patch)
treec5a557fa053ebd9d96331f9d620d96a80a1282bd /include/fuse_compat.h
parent9db31dc1cff5ae2e854649f039f319d45eb58cf3 (diff)
downloadlibfuse-6f385414b27e929bd14435ea8342cde4bae0ef8d.tar.gz
fix
Diffstat (limited to 'include/fuse_compat.h')
-rw-r--r--include/fuse_compat.h2
1 files changed, 2 insertions, 0 deletions
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 <sys/statfs.h>