diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-03-17 15:05:40 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-03-17 15:05:40 +0000 |
commit | 6f385414b27e929bd14435ea8342cde4bae0ef8d (patch) | |
tree | c5a557fa053ebd9d96331f9d620d96a80a1282bd /include/fuse_common_compat.h | |
parent | 9db31dc1cff5ae2e854649f039f319d45eb58cf3 (diff) | |
download | libfuse-6f385414b27e929bd14435ea8342cde4bae0ef8d.tar.gz |
fix
Diffstat (limited to 'include/fuse_common_compat.h')
-rw-r--r-- | include/fuse_common_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
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[]); |