diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-07 08:51:19 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-07 08:51:19 +0000 |
commit | 60c69a2191bdb347a379a272b2a878090491ad3a (patch) | |
tree | 767dada4cea0e0ccf669d2a6f0fe3824f0231fbd /include/fuse.h | |
parent | ea4b961c298d770f0759a405bafb200abcd2967a (diff) | |
download | libfuse-60c69a2191bdb347a379a272b2a878090491ad3a.tar.gz |
fix
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index d49c3e0..a94c61a 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -507,7 +507,7 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, typedef void (*fuse_processor_t)(struct fuse *, struct fuse_cmd *, void *); /** This is the part of fuse_main() before the event loop */ -struct fuse *fuse_setup(int argc, char *argv[], +struct fuse *fuse_setup(int argc, char *argv[], const struct fuse_operations *op, size_t op_size, char **mountpoint, int *multithreaded, int *fd); |