aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common_compat.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2006-03-10 10:18:20 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2006-03-10 10:18:20 +0000
commit87c7793d1dfef4962cf656a93875023e79e63b59 (patch)
tree2479dfe90a3dd1ea10699bc8a1894f41343d74a4 /include/fuse_common_compat.h
parent9caf0fea6864aafdc75f29a9d3e10274c043d2ee (diff)
fix
Diffstat (limited to 'include/fuse_common_compat.h')
-rw-r--r--include/fuse_common_compat.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/fuse_common_compat.h b/include/fuse_common_compat.h
new file mode 100644
index 0000000..ce54fdf
--- /dev/null
+++ b/include/fuse_common_compat.h
@@ -0,0 +1,17 @@
+/*
+ FUSE: Filesystem in Userspace
+ Copyright (C) 2001-2006 Miklos Szeredi <miklos@szeredi.hu>
+
+ This program can be distributed under the terms of the GNU LGPL.
+ See the file COPYING.LIB.
+*/
+
+/* these definitions provide source compatibility to prior versions.
+ Do not include this file directly! */
+
+int fuse_mount_compat22(const char *mountpoint, const char *opts);
+
+int fuse_mount_compat1(const char *mountpoint, const char *args[]);
+
+void fuse_unmount_compat22(const char *mountpoint);
+