From 1094d134d68720e2a664c763ddbe40370f92ad2b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 17 Mar 1996 09:45:14 +0000 Subject: Formerly store.h.~8~ --- libstore/store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore') 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. */ -- cgit v1.2.3