diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-12-09 17:43:06 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-12-09 17:43:06 +0000 |
commit | 891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c (patch) | |
tree | c21d1d1982e8417837afc2935f456a89af85cd95 /cache.h | |
parent | 5dd6469a84cee686afb78d7646b0314fd8dee6d5 (diff) | |
download | sshfs-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]); |