From 891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 9 Dec 2005 17:43:06 +0000 Subject: updated to use libfuse's option parsing --- cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache.h') 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[]); -- cgit v1.2.3