diff options
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/make.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/make.c b/libstore/make.c index 6f5e557a..f1ab35de 100644 --- a/libstore/make.c +++ b/libstore/make.c @@ -27,7 +27,7 @@ /* Allocate a new store structure with meths METHS, and the various other fields initialized to the given parameters. */ struct store * -_make_store (struct store_class *class, +_make_store (const struct store_class *class, mach_port_t port, int flags, size_t block_size, const struct store_run *runs, size_t num_runs, off_t end) { |