diff options
-rw-r--r-- | libstore/store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/store.h b/libstore/store.h index 10416d49..f6487cd6 100644 --- a/libstore/store.h +++ b/libstore/store.h @@ -148,7 +148,7 @@ _make_store (enum file_storage_class class, struct store_meths *meths, error_t store_set_runs (struct store *store, off_t *runs, size_t runs_len); /* Sets the name associated with STORE to a copy of NAME. */ -error_t store_set_name (struct store *store, char *name); +error_t store_set_name (struct store *store, const char *name); /* Fills in the values of the various fields in STORE that are derivable from the set of runs & the block size. */ |