aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-12-16 11:15:26 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-12-16 11:15:26 +0000
commit57a490e12a69f88dda48eebaad33986d5efa58be (patch)
treefe8682c638b3bbf3c7a3663d4aee85bfe5a756c8 /cache.h
parenteddbd3967b459a0ccdf09e827709fd135b29aa0b (diff)
downloadsshfs-57a490e12a69f88dda48eebaad33986d5efa58be.tar
sshfs-57a490e12a69f88dda48eebaad33986d5efa58be.tar.gz
sshfs-57a490e12a69f88dda48eebaad33986d5efa58be.tar.bz2
sshfs-57a490e12a69f88dda48eebaad33986d5efa58be.zip
fix
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 052c787..dba9477 100644
--- a/cache.h
+++ b/cache.h
@@ -7,6 +7,7 @@
*/
#include <fuse.h>
+#include <fuse_opt.h>
#ifndef FUSE_VERSION
#define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION)
@@ -19,8 +20,7 @@ typedef int (*fuse_cache_dirfil_t) (fuse_cache_dirh_t h, const char *name,
struct fuse_cache_operations {
struct fuse_operations oper;
int (*cache_getdir) (const char *, fuse_cache_dirh_t, fuse_cache_dirfil_t);
-
};
struct fuse_operations *cache_init(struct fuse_cache_operations *oper);
-int cache_parse_options(int *argcp, char **argv[]);
+int cache_parse_options(struct fuse_args *args);