summaryrefslogtreecommitdiff
path: root/libstore/store.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-17 09:45:14 +0000
committerRoland McGrath <roland@gnu.org>1996-03-17 09:45:14 +0000
commit1094d134d68720e2a664c763ddbe40370f92ad2b (patch)
treefe294c1fdb668d583e6c6499c5b314af6a3fbd50 /libstore/store.h
parent732087196b3f7082f8f09f1a2fd41e52b5a4e0d9 (diff)
Formerly store.h.~8~
Diffstat (limited to 'libstore/store.h')
-rw-r--r--libstore/store.h2
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. */