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_common_compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fuse_common_compat.h') diff --git a/include/fuse_common_compat.h b/include/fuse_common_compat.h index ce54fdf..6b6bf32 100644 --- a/include/fuse_common_compat.h +++ b/include/fuse_common_compat.h @@ -9,6 +9,8 @@ /* these definitions provide source compatibility to prior versions. Do not include this file directly! */ +int fuse_mount_compat25(const char *mountpoint, struct fuse_args *args); + int fuse_mount_compat22(const char *mountpoint, const char *opts); int fuse_mount_compat1(const char *mountpoint, const char *args[]); -- cgit v1.2.3