diff options
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r-- | libstore/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 6eaa7d03..9306e487 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,16 @@ +2001-03-07 Roland McGrath <roland@frob.com> + + * store.h (store_write, store_write_meth_t): Make buffer arg const*. + * copy.c (copy_write): Likewise. + * device.c (dev_write): Likewise. + * file.c (file_write): Likewise. + (file_byte_write): Likewise. + * rdwr.c (store_write): Likewise. + * remap.c (remap_write): Likewise. + * stripe.c (stripe_write): Likewise. + * task.c (task_write): Likewise. + * zero.c (zero_write): Likewise. + 2001-01-16 Roland McGrath <roland@frob.com> * store.h (struct store_argp_params): Add member `store_optional'. |