aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-12-09 17:43:06 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-12-09 17:43:06 +0000
commit891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c (patch)
treec21d1d1982e8417837afc2935f456a89af85cd95 /cache.h
parent5dd6469a84cee686afb78d7646b0314fd8dee6d5 (diff)
downloadsshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.tar
sshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.tar.gz
sshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.tar.bz2
sshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.zip
updated to use libfuse's option parsing
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index b0b93b1..052c787 100644
--- a/cache.h
+++ b/cache.h
@@ -23,4 +23,4 @@ struct fuse_cache_operations {
};
struct fuse_operations *cache_init(struct fuse_cache_operations *oper);
-int cache_parse_options(int *argcp, char *argv[]);
+int cache_parse_options(int *argcp, char **argv[]);