aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-02-09 15:12:51 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-02-09 15:12:51 +0000
commit838fed1a3a2fbe5958fd5051a971496efd3557f3 (patch)
tree67042691893ff6aaced0f71248268f2076a51f6b /cache.h
parent99acbfff7aab23b386507419759834cb2db2bd30 (diff)
downloadsshfs-838fed1a3a2fbe5958fd5051a971496efd3557f3.tar
sshfs-838fed1a3a2fbe5958fd5051a971496efd3557f3.tar.gz
sshfs-838fed1a3a2fbe5958fd5051a971496efd3557f3.tar.bz2
sshfs-838fed1a3a2fbe5958fd5051a971496efd3557f3.zip
fix
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 1466a1b..0f9d4f4 100644
--- a/cache.h
+++ b/cache.h
@@ -19,3 +19,4 @@ struct fuse_cache_operations {
};
struct fuse_operations *cache_init(struct fuse_cache_operations *oper);
+int cache_parse_options(int *argcp, char *argv[]);