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_common_compat.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/fuse_common_compat.h (limited to 'include/fuse_common_compat.h') 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 + + 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); + -- cgit v1.2.3