aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_compat.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2006-12-04 12:45:19 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2006-12-04 12:45:19 +0000
commit2ad6a4bc54f7bf43c08224e8f2d41c1812cbbe37 (patch)
tree02390e60d20bf02d31bd4ef714691520d14fe2e7 /include/fuse_compat.h
parent237f8435f5619bf563424d2c55a14df6270a35d2 (diff)
build fixes
Diffstat (limited to 'include/fuse_compat.h')
-rw-r--r--include/fuse_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_compat.h b/include/fuse_compat.h
index c8393e4..b67f30e 100644
--- a/include/fuse_compat.h
+++ b/include/fuse_compat.h
@@ -62,7 +62,7 @@ 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);
+void fuse_teardown_compat22(struct fuse *fuse, int fd, char *mountpoint);
#ifndef __FreeBSD__
#include <sys/statfs.h>